Shades of Inch Worm #AACF03
Tints of Inch Worm #AACF03
RGB
CMYK
RGB Variations
Color information
#AACF03 (or 0xAACF03) is known color: Inch Worm. HEX triplet: AA, CF and 03. RGB value is (170,207,3). Sum of RGB (Red+Green+Blue) = 170+207+3=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 207 (81.25% from 255 or 54.47% from 380); Blue value is 3 (1.56% from 255 or 0.79% from 380); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACF03 is #5530FC. Grayscale: #ADADAD. Windows color (decimal): -5583101 or 249770. OLE color: 249770.
HSL color Cylindrical-coordinate representation of color #AACF03: hue angle of 70.88º degrees, saturation: 0.97, 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 #AACF03 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 3 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.19 |
| HSL | 70.88º | 0.97% | 0.41% | - |
| HSV(B) | 70.88º | 0.99% | 0.81% | - |
| XYZ | 38.91 | 53.18 | 8.3 | - |
| YUV | 172.68 | 32.24 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 3 | 0.18 | 0 | 0.99 | 0.19 | 70.88 | 0.97 | 0.41 |
| Hex | AA | CF | 3 | 12 | 0 | 63 | 13 | 47 | 61 | 29 |
| Octal | 252 | 317 | 3 | 22 | 0 | 143 | 23 | 107 | 141 | 51 |
| Binary | 10101010 | 11001111 | 11 | 10010 | 0 | 1100011 | 10011 | 1000111 | 1100001 | 101001 |
Color Harmonies of #AACF03
Complementary color
Monochromatic Colors of #AACF03
Black with #AACF03
Text Example
Text Example
White with #AACF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF03; }
p { color: rgb(170,207,3); }
H1.HeaderClassName
{
color: #AACF03;
}
.AnyTagClassName
{
color: #AACF03;
}
</style>
background-color css
<style>
a { background-color: #AACF03; }
a { background-color: rgb(170,207,3); }
div.DivClassName
{
background-color: #AACF03;
}
.BgClassName
{
background-color: #AACF03;
}
</style>
border-color css
<style>
span { border-color: #AACF03; }
span { border-color: rgb(170,207,3); }
td.TdClassName
{
border-color: #AACF03;
}
.TagClassName
{
border-color: #AACF03;
}
</style>