Shades of Inch Worm #ACDF21
Tints of Inch Worm #ACDF21
RGB
CMYK
RGB Variations
Color information
#ACDF21 (or 0xACDF21) is known color: Inch Worm. HEX triplet: AC, DF and 21. RGB value is (172,223,33). Sum of RGB (Red+Green+Blue) = 172+223+33=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 223 (87.5% from 255 or 52.10% from 428); Blue value is 33 (13.28% from 255 or 7.71% from 428); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDF21 is #5320DE. Grayscale: #BABABA. Windows color (decimal): -5447903 or 2219948. OLE color: 2219948.
HSL color Cylindrical-coordinate representation of color #ACDF21: hue angle of 76.11º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACDF21 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 223 | 33 | - |
CMYK | 0.23 | 0 | 0.85 | 0.13 |
HSL | 76.11º | 0.75% | 0.5% | - |
HSV(B) | 76.11º | 0.85% | 0.87% | - |
XYZ | 43.68 | 61.66 | 11.04 | - |
YUV | 186.09 | 41.6 | 117.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 223 | 33 | 0.23 | 0 | 0.85 | 0.13 | 76.11 | 0.75 | 0.5 |
Hex | AC | DF | 21 | 17 | 0 | 55 | D | 4C | 4B | 32 |
Octal | 254 | 337 | 41 | 27 | 0 | 125 | 15 | 114 | 113 | 62 |
Binary | 10101100 | 11011111 | 100001 | 10111 | 0 | 1010101 | 1101 | 1001100 | 1001011 | 110010 |
Color Harmonies of #ACDF21
Complementary color
Monochromatic Colors of #ACDF21
Black with #ACDF21
Text Example
Text Example
White with #ACDF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF21; }
p { color: rgb(172,223,33); }
H1.HeaderClassName
{
color: #ACDF21;
}
.AnyTagClassName
{
color: #ACDF21;
}
</style>
background-color css
<style>
a { background-color: #ACDF21; }
a { background-color: rgb(172,223,33); }
div.DivClassName
{
background-color: #ACDF21;
}
.BgClassName
{
background-color: #ACDF21;
}
</style>
border-color css
<style>
span { border-color: #ACDF21; }
span { border-color: rgb(172,223,33); }
td.TdClassName
{
border-color: #ACDF21;
}
.TagClassName
{
border-color: #ACDF21;
}
</style>