Shades of Inch Worm #ACD102
Tints of Inch Worm #ACD102
RGB
CMYK
RGB Variations
Color information
#ACD102 (or 0xACD102) is known color: Inch Worm. HEX triplet: AC, D1 and 02. RGB value is (172,209,2). Sum of RGB (Red+Green+Blue) = 172+209+2=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 209 (82.03% from 255 or 54.57% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD102 is #532EFD. Grayscale: #AFAFAF. Windows color (decimal): -5451518 or 184748. OLE color: 184748.
HSL color Cylindrical-coordinate representation of color #ACD102: hue angle of 70.72º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACD102 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 2 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.18 |
| HSL | 70.72º | 0.98% | 0.41% | - |
| HSV(B) | 70.72º | 0.99% | 0.82% | - |
| XYZ | 39.82 | 54.38 | 8.45 | - |
| YUV | 174.34 | 30.74 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 2 | 0.18 | 0 | 0.99 | 0.18 | 70.72 | 0.98 | 0.41 |
| Hex | AC | D1 | 2 | 12 | 0 | 63 | 12 | 47 | 62 | 29 |
| Octal | 254 | 321 | 2 | 22 | 0 | 143 | 22 | 107 | 142 | 51 |
| Binary | 10101100 | 11010001 | 10 | 10010 | 0 | 1100011 | 10010 | 1000111 | 1100010 | 101001 |
Color Harmonies of #ACD102
Complementary color
Monochromatic Colors of #ACD102
Black with #ACD102
Text Example
Text Example
White with #ACD102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD102; }
p { color: rgb(172,209,2); }
H1.HeaderClassName
{
color: #ACD102;
}
.AnyTagClassName
{
color: #ACD102;
}
</style>
background-color css
<style>
a { background-color: #ACD102; }
a { background-color: rgb(172,209,2); }
div.DivClassName
{
background-color: #ACD102;
}
.BgClassName
{
background-color: #ACD102;
}
</style>
border-color css
<style>
span { border-color: #ACD102; }
span { border-color: rgb(172,209,2); }
td.TdClassName
{
border-color: #ACD102;
}
.TagClassName
{
border-color: #ACD102;
}
</style>