Shades of Inch Worm #AADF08
Tints of Inch Worm #AADF08
RGB
CMYK
RGB Variations
Color information
#AADF08 (or 0xAADF08) is known color: Inch Worm. HEX triplet: AA, DF and 08. RGB value is (170,223,8). Sum of RGB (Red+Green+Blue) = 170+223+8=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADF08 is #5520F7. Grayscale: #B7B7B7. Windows color (decimal): -5579000 or 581546. OLE color: 581546.
HSL color Cylindrical-coordinate representation of color #AADF08: hue angle of 74.79º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AADF08 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 8 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.13 |
| HSL | 74.79º | 0.93% | 0.45% | - |
| HSV(B) | 74.79º | 0.96% | 0.87% | - |
| XYZ | 43.01 | 61.34 | 9.8 | - |
| YUV | 182.64 | 29.44 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 8 | 0.24 | 0 | 0.96 | 0.13 | 74.79 | 0.93 | 0.45 |
| Hex | AA | DF | 8 | 18 | 0 | 60 | D | 4B | 5D | 2D |
| Octal | 252 | 337 | 10 | 30 | 0 | 140 | 15 | 113 | 135 | 55 |
| Binary | 10101010 | 11011111 | 1000 | 11000 | 0 | 1100000 | 1101 | 1001011 | 1011101 | 101101 |
Color Harmonies of #AADF08
Complementary color
Monochromatic Colors of #AADF08
Black with #AADF08
Text Example
Text Example
White with #AADF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF08; }
p { color: rgb(170,223,8); }
H1.HeaderClassName
{
color: #AADF08;
}
.AnyTagClassName
{
color: #AADF08;
}
</style>
background-color css
<style>
a { background-color: #AADF08; }
a { background-color: rgb(170,223,8); }
div.DivClassName
{
background-color: #AADF08;
}
.BgClassName
{
background-color: #AADF08;
}
</style>
border-color css
<style>
span { border-color: #AADF08; }
span { border-color: rgb(170,223,8); }
td.TdClassName
{
border-color: #AADF08;
}
.TagClassName
{
border-color: #AADF08;
}
</style>