Shades of Inch Worm #AADF0D
Tints of Inch Worm #AADF0D
RGB
CMYK
RGB Variations
Color information
#AADF0D (or 0xAADF0D) is known color: Inch Worm. HEX triplet: AA, DF and 0D. RGB value is (170,223,13). Sum of RGB (Red+Green+Blue) = 170+223+13=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 223 (87.5% from 255 or 54.93% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADF0D is #5520F2. Grayscale: #B8B8B8. Windows color (decimal): -5578995 or 909226. OLE color: 909226.
HSL color Cylindrical-coordinate representation of color #AADF0D: hue angle of 75.14º degrees, saturation: 0.89, 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 #AADF0D is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 13 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.13 |
| HSL | 75.14º | 0.89% | 0.46% | - |
| HSV(B) | 75.14º | 0.94% | 0.87% | - |
| XYZ | 43.04 | 61.35 | 9.95 | - |
| YUV | 183.21 | 31.94 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 13 | 0.24 | 0 | 0.94 | 0.13 | 75.14 | 0.89 | 0.46 |
| Hex | AA | DF | D | 18 | 0 | 5E | D | 4B | 59 | 2E |
| Octal | 252 | 337 | 15 | 30 | 0 | 136 | 15 | 113 | 131 | 56 |
| Binary | 10101010 | 11011111 | 1101 | 11000 | 0 | 1011110 | 1101 | 1001011 | 1011001 | 101110 |
Color Harmonies of #AADF0D
Complementary color
Monochromatic Colors of #AADF0D
Black with #AADF0D
Text Example
Text Example
White with #AADF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF0D; }
p { color: rgb(170,223,13); }
H1.HeaderClassName
{
color: #AADF0D;
}
.AnyTagClassName
{
color: #AADF0D;
}
</style>
background-color css
<style>
a { background-color: #AADF0D; }
a { background-color: rgb(170,223,13); }
div.DivClassName
{
background-color: #AADF0D;
}
.BgClassName
{
background-color: #AADF0D;
}
</style>
border-color css
<style>
span { border-color: #AADF0D; }
span { border-color: rgb(170,223,13); }
td.TdClassName
{
border-color: #AADF0D;
}
.TagClassName
{
border-color: #AADF0D;
}
</style>