COLOR #ACD251

HEX: #ACD251
RGB: (172,210,81)

Renk bilgisi

#ACD251 contains mainly red and green colors. #ACD251 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#ACD251 color RGB value is (172,210,81).

  • kırmız ton 172;
  • yeşil ton 210;
  • mavi ton 81.
RGB:
(172,210,81)
(67%,82%,32%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 210 of 255 = 82%
B 81 of 255 = 32%

172
210
81

R + G + B ~ 60%. #ACD251 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 210 + 81 = 463 (100%)
R 172 of 463 ~ 37.15%
G 210 of 463 ~ 45.36%
B 81 of 463 ~ 17.49%

%37.15
%45.36
%17.49

CMYK RENK MODELİ

#ACD251 rengi CMYK tonu (18,0,61,18).

  • camgöbeği tonu 18.10%
  • eflatun tonu 0.00%
  • sarı tonu 61.43%
  • ana renk tonu 17.65%
CMYK:
(18,0,61,18)
C18M0Y61K18 
(18%,0%,61%,18%)
(0.18/0.00/0.61/0.18)	

CMYK yüzdeleri

%18.1
%0
%61.43
%17.65

Codes

Color #ACD251 in popluar color models

ACD251
RGB17221081
HSL78°58.90%57.06%
HSB/HSV78°61.43%82.35%
CMYK18.10%0.00%61.43%
17.65%

Color #ACD251 in popluar number systems.

HEXACD251
Decimal17221081
Binary10101100110100101010001
Octal254322121

Shades and tints

Shades of #ACD251

#ACD251
(172,210,81)
#9DBF4A
(157,191,74)
#8EAC43
(142,172,67)
#7F993C
(127,153,60)
#708635
(112,134,53)
#61732E
(97,115,46)
#526027
(82,96,39)
#434D20
(67,77,32)
#343A19
(52,58,25)
#252712
(37,39,18)
#16140B
(22,20,11)
#000000
(0,0,0)

Tints of #ACD251

#ACD251
(172,210,81)
#B3D660
(179,214,96)
#BADA6F
(186,218,111)
#C1DE7E
(193,222,126)
#C8E28D
(200,226,141)
#CFE69C
(207,230,156)
#D6EAAB
(214,234,171)
#DDEEBA
(221,238,186)
#E4F2C9
(228,242,201)
#EBF6D8
(235,246,216)
#F2FAE7
(242,250,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD251 color. Also use rgb(172,210,81) instead hex code.

Text Font Color

.myTextColor { color: #ACD251; }

<p style="color:#ACD251">This sample text font color is #ACD251.</p>

This text font color is #ACD251.


Background Color

.myBgColor { background-color: #ACD251; }

<div style="background-color:#ACD251">Inner text</div>

This div background color is #ACD251.


Border color

.myBorderColor { border: 1px solid #ACD251; }

<div style="border:3px solid #ACD251">Div</div>

This div border color is #ACD251.


Opacity

.myOpacity80 { color: #ACD251; opacity: 0.8; }

<p style="color:#ACD251;opacity:0.8;">80%</p>

Text with #ACD251 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ACD251;}

<p style="text-shadow: 3px 3px 1px #ACD251">Text here.</p>

This text has shadow with #ACD251 color.

.textShadow {text-shadow: 3px 3px 1px #ACD251, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ACD251, 5px 5px 20px red">Text here.</p>

This text has shadow with #ACD251 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACD251, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ACD251, Direction=45, Strength=4)">Text</p>

This text has shadow with #ACD251 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ACD251;
  -webkit-box-shadow:	1px 1px 3px 2px #ACD251;
  box-shadow:		1px 1px 3px 2px #ACD251;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACD251;
-webkit-box-shadow: 1px 1px 3px 2px #ACD251;
box-shadow:1px 1px 3px 2px #ACD251;">
Div content here</div>
This div box has shadow with color #ACD251.

Preview

Color preview on black background

This text has color #ACD251 on black background.


Color preview on white background

This text has color #ACD251 on white background.



Black color preview on #ACD251 background

This text has black color on #ACD251 background.


White color preview on #ACD251 background

This text has white color on #ACD251 background.