COLOR #ACCD24

HEX: #ACCD24
RGB: (172,205,36)

Color info

#ACCD24 contains mainly red and green colors. Web safe color of #ACCD24 is #99CC33 (or #9C3).

RGB color model

#ACCD24 color RGB value is (172,205,36).

  • red value is 172;
  • green value is 205;
  • blue value is 36.
RGB:
(172,205,36)
(67%,80%,14%)

RGB channels and saturation

R 172 of 255 = 67%
G 205 of 255 = 80%
B 36 of 255 = 14%

172
205
36

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

Portions of RGB colors in percentages

R + G + B =
172 + 205 + 36 = 413 (100%)
R 172 of 413 ~ 41.65%
G 205 of 413 ~ 49.64%
B 36 of 413 ~ 8.72%

%41.65
%49.64

CMYK color model

#ACCD24 color CMYK value is (16,0,82,20).

  • cyan value is 16.10%
  • magenta value is 0.00%
  • yellow value is 82.44%
  • key color value is 19.61%
CMYK:
(16,0,82,20)
C16M0Y82K20 
(16%,0%,82%,20%)
(0.16/0.00/0.82/0.20)	

CMYK percentages

%16.1
%0
%82.44
%19.61

Codes

Color #ACCD24 in popluar color models

ACCD24
RGB17220536
HSL72°70.12%47.25%
HSB/HSV72°82.44%80.39%
CMYK16.10%0.00%82.44%
19.61%

Color #ACCD24 in popluar number systems.

HEXACCD24
Decimal17220536
Binary1010110011001101100100
Octal25431544

Shades and tints

Shades of #ACCD24

#ACCD24
(172,205,36)
#9DBB21
(157,187,33)
#8EA91E
(142,169,30)
#7F971B
(127,151,27)
#708518
(112,133,24)
#617315
(97,115,21)
#526112
(82,97,18)
#434F0F
(67,79,15)
#343D0C
(52,61,12)
#252B09
(37,43,9)
#161906
(22,25,6)
#000000
(0,0,0)

Tints of #ACCD24

#ACCD24
(172,205,36)
#B3D137
(179,209,55)
#BAD54A
(186,213,74)
#C1D95D
(193,217,93)
#C8DD70
(200,221,112)
#CFE183
(207,225,131)
#D6E596
(214,229,150)
#DDE9A9
(221,233,169)
#E4EDBC
(228,237,188)
#EBF1CF
(235,241,207)
#F2F5E2
(242,245,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCD24 color. Also use rgb(172,205,36) instead hex code.

Text Font Color

.myTextColor { color: #ACCD24; }

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

This text font color is #ACCD24.


Background Color

.myBgColor { background-color: #ACCD24; }

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

This div background color is #ACCD24.


Border color

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

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

This div border color is #ACCD24.


Opacity

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

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

Text with #ACCD24 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 #ACCD24;}

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

This text has shadow with #ACCD24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCD24 on black background.


Color preview on white background

This text has color #ACCD24 on white background.



Black color preview on #ACCD24 background

This text has black color on #ACCD24 background.


White color preview on #ACCD24 background

This text has white color on #ACCD24 background.