Shades of Inch Worm #AACF04
Tints of Inch Worm #AACF04
RGB
CMYK
RGB Variations
Color information
#AACF04 (or 0xAACF04) is known color: Inch Worm. HEX triplet: AA, CF and 04. RGB value is (170,207,4). Sum of RGB (Red+Green+Blue) = 170+207+4=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 207 (81.25% from 255 or 54.33% from 381); Blue value is 4 (1.95% from 255 or 1.05% from 381); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACF04 is #5530FB. Grayscale: #ADADAD. Windows color (decimal): -5583100 or 315306. OLE color: 315306.
HSL color Cylindrical-coordinate representation of color #AACF04: hue angle of 70.94º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AACF04 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 4 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.19 |
| HSL | 70.94º | 0.96% | 0.41% | - |
| HSV(B) | 70.94º | 0.98% | 0.81% | - |
| XYZ | 38.91 | 53.18 | 8.33 | - |
| YUV | 172.8 | 32.74 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 4 | 0.18 | 0 | 0.98 | 0.19 | 70.94 | 0.96 | 0.41 |
| Hex | AA | CF | 4 | 12 | 0 | 62 | 13 | 47 | 60 | 29 |
| Octal | 252 | 317 | 4 | 22 | 0 | 142 | 23 | 107 | 140 | 51 |
| Binary | 10101010 | 11001111 | 100 | 10010 | 0 | 1100010 | 10011 | 1000111 | 1100000 | 101001 |
Color Harmonies of #AACF04
Complementary color
Monochromatic Colors of #AACF04
Black with #AACF04
Text Example
Text Example
White with #AACF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF04; }
p { color: rgb(170,207,4); }
H1.HeaderClassName
{
color: #AACF04;
}
.AnyTagClassName
{
color: #AACF04;
}
</style>
background-color css
<style>
a { background-color: #AACF04; }
a { background-color: rgb(170,207,4); }
div.DivClassName
{
background-color: #AACF04;
}
.BgClassName
{
background-color: #AACF04;
}
</style>
border-color css
<style>
span { border-color: #AACF04; }
span { border-color: rgb(170,207,4); }
td.TdClassName
{
border-color: #AACF04;
}
.TagClassName
{
border-color: #AACF04;
}
</style>