Shades of Inch Worm #AADF1D
Tints of Inch Worm #AADF1D
RGB
CMYK
RGB Variations
Color information
#AADF1D (or 0xAADF1D) is known color: Inch Worm. HEX triplet: AA, DF and 1D. RGB value is (170,223,29). Sum of RGB (Red+Green+Blue) = 170+223+29=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 223 (87.5% from 255 or 52.84% from 422); Blue value is 29 (11.72% from 255 or 6.87% from 422); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADF1D is #5520E2. Grayscale: #B9B9B9. Windows color (decimal): -5578979 or 1957802. OLE color: 1957802.
HSL color Cylindrical-coordinate representation of color #AADF1D: hue angle of 76.39º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AADF1D is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 29 | - |
| CMYK | 0.24 | 0 | 0.87 | 0.13 |
| HSL | 76.39º | 0.77% | 0.49% | - |
| HSV(B) | 76.39º | 0.87% | 0.87% | - |
| XYZ | 43.19 | 61.41 | 10.74 | - |
| YUV | 185.04 | 39.94 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 29 | 0.24 | 0 | 0.87 | 0.13 | 76.39 | 0.77 | 0.49 |
| Hex | AA | DF | 1D | 18 | 0 | 57 | D | 4C | 4D | 31 |
| Octal | 252 | 337 | 35 | 30 | 0 | 127 | 15 | 114 | 115 | 61 |
| Binary | 10101010 | 11011111 | 11101 | 11000 | 0 | 1010111 | 1101 | 1001100 | 1001101 | 110001 |
Color Harmonies of #AADF1D
Complementary color
Monochromatic Colors of #AADF1D
Black with #AADF1D
Text Example
Text Example
White with #AADF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF1D; }
p { color: rgb(170,223,29); }
H1.HeaderClassName
{
color: #AADF1D;
}
.AnyTagClassName
{
color: #AADF1D;
}
</style>
background-color css
<style>
a { background-color: #AADF1D; }
a { background-color: rgb(170,223,29); }
div.DivClassName
{
background-color: #AADF1D;
}
.BgClassName
{
background-color: #AADF1D;
}
</style>
border-color css
<style>
span { border-color: #AADF1D; }
span { border-color: rgb(170,223,29); }
td.TdClassName
{
border-color: #AADF1D;
}
.TagClassName
{
border-color: #AADF1D;
}
</style>