Shades of Inch Worm #AACF08
Tints of Inch Worm #AACF08
RGB
CMYK
RGB Variations
Color information
#AACF08 (or 0xAACF08) is known color: Inch Worm. HEX triplet: AA, CF and 08. RGB value is (170,207,8). Sum of RGB (Red+Green+Blue) = 170+207+8=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 8 (3.52% from 255 or 2.08% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACF08 is #5530F7. Grayscale: #AEAEAE. Windows color (decimal): -5583096 or 577450. OLE color: 577450.
HSL color Cylindrical-coordinate representation of color #AACF08: hue angle of 71.16º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AACF08 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 8 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.19 |
| HSL | 71.16º | 0.93% | 0.42% | - |
| HSV(B) | 71.16º | 0.96% | 0.81% | - |
| XYZ | 38.93 | 53.19 | 8.44 | - |
| YUV | 173.25 | 34.74 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 8 | 0.18 | 0 | 0.96 | 0.19 | 71.16 | 0.93 | 0.42 |
| Hex | AA | CF | 8 | 12 | 0 | 60 | 13 | 47 | 5D | 2A |
| Octal | 252 | 317 | 10 | 22 | 0 | 140 | 23 | 107 | 135 | 52 |
| Binary | 10101010 | 11001111 | 1000 | 10010 | 0 | 1100000 | 10011 | 1000111 | 1011101 | 101010 |
Color Harmonies of #AACF08
Complementary color
Monochromatic Colors of #AACF08
Black with #AACF08
Text Example
Text Example
White with #AACF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF08; }
p { color: rgb(170,207,8); }
H1.HeaderClassName
{
color: #AACF08;
}
.AnyTagClassName
{
color: #AACF08;
}
</style>
background-color css
<style>
a { background-color: #AACF08; }
a { background-color: rgb(170,207,8); }
div.DivClassName
{
background-color: #AACF08;
}
.BgClassName
{
background-color: #AACF08;
}
</style>
border-color css
<style>
span { border-color: #AACF08; }
span { border-color: rgb(170,207,8); }
td.TdClassName
{
border-color: #AACF08;
}
.TagClassName
{
border-color: #AACF08;
}
</style>