Shades of Inch Worm #AAD70F
Tints of Inch Worm #AAD70F
RGB
CMYK
RGB Variations
Color information
#AAD70F (or 0xAAD70F) is known color: Inch Worm. HEX triplet: AA, D7 and 0F. RGB value is (170,215,15). Sum of RGB (Red+Green+Blue) = 170+215+15=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 215 (84.38% from 255 or 53.75% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD70F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD70F is #5528F0. Grayscale: #B3B3B3. Windows color (decimal): -5581041 or 1038250. OLE color: 1038250.
HSL color Cylindrical-coordinate representation of color #AAD70F: hue angle of 73.5º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAD70F is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 215 | 15 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.16 |
| HSL | 73.5º | 0.87% | 0.45% | - |
| HSV(B) | 73.5º | 0.93% | 0.84% | - |
| XYZ | 40.96 | 57.18 | 9.33 | - |
| YUV | 178.75 | 35.59 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 215 | 15 | 0.21 | 0 | 0.93 | 0.16 | 73.5 | 0.87 | 0.45 |
| Hex | AA | D7 | F | 15 | 0 | 5D | 10 | 4A | 57 | 2D |
| Octal | 252 | 327 | 17 | 25 | 0 | 135 | 20 | 112 | 127 | 55 |
| Binary | 10101010 | 11010111 | 1111 | 10101 | 0 | 1011101 | 10000 | 1001010 | 1010111 | 101101 |
Color Harmonies of #AAD70F
Complementary color
Monochromatic Colors of #AAD70F
Black with #AAD70F
Text Example
Text Example
White with #AAD70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD70F; }
p { color: rgb(170,215,15); }
H1.HeaderClassName
{
color: #AAD70F;
}
.AnyTagClassName
{
color: #AAD70F;
}
</style>
background-color css
<style>
a { background-color: #AAD70F; }
a { background-color: rgb(170,215,15); }
div.DivClassName
{
background-color: #AAD70F;
}
.BgClassName
{
background-color: #AAD70F;
}
</style>
border-color css
<style>
span { border-color: #AAD70F; }
span { border-color: rgb(170,215,15); }
td.TdClassName
{
border-color: #AAD70F;
}
.TagClassName
{
border-color: #AAD70F;
}
</style>