Shades of Inch Worm #AADF0E
Tints of Inch Worm #AADF0E
RGB
CMYK
RGB Variations
Color information
#AADF0E (or 0xAADF0E) is known color: Inch Worm. HEX triplet: AA, DF and 0E. RGB value is (170,223,14). Sum of RGB (Red+Green+Blue) = 170+223+14=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 223 (87.5% from 255 or 54.79% from 407); Blue value is 14 (5.86% from 255 or 3.44% from 407); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADF0E is #5520F1. Grayscale: #B8B8B8. Windows color (decimal): -5578994 or 974762. OLE color: 974762.
HSL color Cylindrical-coordinate representation of color #AADF0E: hue angle of 75.22º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AADF0E is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 14 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.13 |
| HSL | 75.22º | 0.88% | 0.46% | - |
| HSV(B) | 75.22º | 0.94% | 0.87% | - |
| XYZ | 43.04 | 61.35 | 9.99 | - |
| YUV | 183.33 | 32.44 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 14 | 0.24 | 0 | 0.94 | 0.13 | 75.22 | 0.88 | 0.46 |
| Hex | AA | DF | E | 18 | 0 | 5E | D | 4B | 58 | 2E |
| Octal | 252 | 337 | 16 | 30 | 0 | 136 | 15 | 113 | 130 | 56 |
| Binary | 10101010 | 11011111 | 1110 | 11000 | 0 | 1011110 | 1101 | 1001011 | 1011000 | 101110 |
Color Harmonies of #AADF0E
Complementary color
Monochromatic Colors of #AADF0E
Black with #AADF0E
Text Example
Text Example
White with #AADF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF0E; }
p { color: rgb(170,223,14); }
H1.HeaderClassName
{
color: #AADF0E;
}
.AnyTagClassName
{
color: #AADF0E;
}
</style>
background-color css
<style>
a { background-color: #AADF0E; }
a { background-color: rgb(170,223,14); }
div.DivClassName
{
background-color: #AADF0E;
}
.BgClassName
{
background-color: #AADF0E;
}
</style>
border-color css
<style>
span { border-color: #AADF0E; }
span { border-color: rgb(170,223,14); }
td.TdClassName
{
border-color: #AADF0E;
}
.TagClassName
{
border-color: #AADF0E;
}
</style>