Shades of Inch Worm #AACF02
Tints of Inch Worm #AACF02
RGB
CMYK
RGB Variations
Color information
#AACF02 (or 0xAACF02) is known color: Inch Worm. HEX triplet: AA, CF and 02. RGB value is (170,207,2). Sum of RGB (Red+Green+Blue) = 170+207+2=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 207 (81.25% from 255 or 54.62% from 379); Blue value is 2 (1.17% from 255 or 0.53% from 379); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACF02 is #5530FD. Grayscale: #ADADAD. Windows color (decimal): -5583102 or 184234. OLE color: 184234.
HSL color Cylindrical-coordinate representation of color #AACF02: hue angle of 70.83º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AACF02 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 2 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.19 |
| HSL | 70.83º | 0.98% | 0.41% | - |
| HSV(B) | 70.83º | 0.99% | 0.81% | - |
| XYZ | 38.9 | 53.18 | 8.27 | - |
| YUV | 172.57 | 31.74 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 2 | 0.18 | 0 | 0.99 | 0.19 | 70.83 | 0.98 | 0.41 |
| Hex | AA | CF | 2 | 12 | 0 | 63 | 13 | 47 | 62 | 29 |
| Octal | 252 | 317 | 2 | 22 | 0 | 143 | 23 | 107 | 142 | 51 |
| Binary | 10101010 | 11001111 | 10 | 10010 | 0 | 1100011 | 10011 | 1000111 | 1100010 | 101001 |
Color Harmonies of #AACF02
Complementary color
Monochromatic Colors of #AACF02
Black with #AACF02
Text Example
Text Example
White with #AACF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF02; }
p { color: rgb(170,207,2); }
H1.HeaderClassName
{
color: #AACF02;
}
.AnyTagClassName
{
color: #AACF02;
}
</style>
background-color css
<style>
a { background-color: #AACF02; }
a { background-color: rgb(170,207,2); }
div.DivClassName
{
background-color: #AACF02;
}
.BgClassName
{
background-color: #AACF02;
}
</style>
border-color css
<style>
span { border-color: #AACF02; }
span { border-color: rgb(170,207,2); }
td.TdClassName
{
border-color: #AACF02;
}
.TagClassName
{
border-color: #AACF02;
}
</style>