Shades of Inch Worm #AADF10
Tints of Inch Worm #AADF10
RGB
CMYK
RGB Variations
Color information
#AADF10 (or 0xAADF10) is known color: Inch Worm. HEX triplet: AA, DF and 10. RGB value is (170,223,16). Sum of RGB (Red+Green+Blue) = 170+223+16=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADF10 is #5520EF. Grayscale: #B8B8B8. Windows color (decimal): -5578992 or 1105834. OLE color: 1105834.
HSL color Cylindrical-coordinate representation of color #AADF10: hue angle of 75.36º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AADF10 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 16 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.13 |
| HSL | 75.36º | 0.87% | 0.47% | - |
| HSV(B) | 75.36º | 0.93% | 0.87% | - |
| XYZ | 43.06 | 61.36 | 10.06 | - |
| YUV | 183.56 | 33.44 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 16 | 0.24 | 0 | 0.93 | 0.13 | 75.36 | 0.87 | 0.47 |
| Hex | AA | DF | 10 | 18 | 0 | 5D | D | 4B | 57 | 2F |
| Octal | 252 | 337 | 20 | 30 | 0 | 135 | 15 | 113 | 127 | 57 |
| Binary | 10101010 | 11011111 | 10000 | 11000 | 0 | 1011101 | 1101 | 1001011 | 1010111 | 101111 |
Color Harmonies of #AADF10
Complementary color
Monochromatic Colors of #AADF10
Black with #AADF10
Text Example
Text Example
White with #AADF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF10; }
p { color: rgb(170,223,16); }
H1.HeaderClassName
{
color: #AADF10;
}
.AnyTagClassName
{
color: #AADF10;
}
</style>
background-color css
<style>
a { background-color: #AADF10; }
a { background-color: rgb(170,223,16); }
div.DivClassName
{
background-color: #AADF10;
}
.BgClassName
{
background-color: #AADF10;
}
</style>
border-color css
<style>
span { border-color: #AADF10; }
span { border-color: rgb(170,223,16); }
td.TdClassName
{
border-color: #AADF10;
}
.TagClassName
{
border-color: #AADF10;
}
</style>