Shades of Inch Worm #AADF0A
Tints of Inch Worm #AADF0A
RGB
CMYK
RGB Variations
Color information
#AADF0A (or 0xAADF0A) is known color: Inch Worm. HEX triplet: AA, DF and 0A. RGB value is (170,223,10). Sum of RGB (Red+Green+Blue) = 170+223+10=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 223 (87.5% from 255 or 55.33% from 403); Blue value is 10 (4.30% from 255 or 2.48% from 403); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADF0A is #5520F5. Grayscale: #B7B7B7. Windows color (decimal): -5578998 or 712618. OLE color: 712618.
HSL color Cylindrical-coordinate representation of color #AADF0A: hue angle of 74.93º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AADF0A is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 10 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.13 |
| HSL | 74.93º | 0.91% | 0.46% | - |
| HSV(B) | 74.93º | 0.96% | 0.87% | - |
| XYZ | 43.02 | 61.34 | 9.86 | - |
| YUV | 182.87 | 30.44 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 10 | 0.24 | 0 | 0.96 | 0.13 | 74.93 | 0.91 | 0.46 |
| Hex | AA | DF | A | 18 | 0 | 60 | D | 4B | 5B | 2E |
| Octal | 252 | 337 | 12 | 30 | 0 | 140 | 15 | 113 | 133 | 56 |
| Binary | 10101010 | 11011111 | 1010 | 11000 | 0 | 1100000 | 1101 | 1001011 | 1011011 | 101110 |
Color Harmonies of #AADF0A
Complementary color
Monochromatic Colors of #AADF0A
Black with #AADF0A
Text Example
Text Example
White with #AADF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF0A; }
p { color: rgb(170,223,10); }
H1.HeaderClassName
{
color: #AADF0A;
}
.AnyTagClassName
{
color: #AADF0A;
}
</style>
background-color css
<style>
a { background-color: #AADF0A; }
a { background-color: rgb(170,223,10); }
div.DivClassName
{
background-color: #AADF0A;
}
.BgClassName
{
background-color: #AADF0A;
}
</style>
border-color css
<style>
span { border-color: #AADF0A; }
span { border-color: rgb(170,223,10); }
td.TdClassName
{
border-color: #AADF0A;
}
.TagClassName
{
border-color: #AADF0A;
}
</style>