Shades of Inch Worm #AAF11D
Tints of Inch Worm #AAF11D
RGB
CMYK
RGB Variations
Color information
#AAF11D (or 0xAAF11D) is known color: Inch Worm. HEX triplet: AA, F1 and 1D. RGB value is (170,241,29). Sum of RGB (Red+Green+Blue) = 170+241+29=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 241 (94.53% from 255 or 54.77% from 440); Blue value is 29 (11.72% from 255 or 6.59% from 440); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF11D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF11D is #550EE2. Grayscale: #C4C4C4. Windows color (decimal): -5574371 or 1962410. OLE color: 1962410.
HSL color Cylindrical-coordinate representation of color #AAF11D: hue angle of 80.09º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAF11D is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 29 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.05 |
| HSL | 80.09º | 0.88% | 0.53% | - |
| HSV(B) | 80.09º | 0.88% | 0.95% | - |
| XYZ | 48.25 | 71.55 | 12.43 | - |
| YUV | 195.6 | 33.98 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 29 | 0.29 | 0 | 0.88 | 0.05 | 80.09 | 0.88 | 0.53 |
| Hex | AA | F1 | 1D | 1D | 0 | 58 | 5 | 50 | 58 | 35 |
| Octal | 252 | 361 | 35 | 35 | 0 | 130 | 5 | 120 | 130 | 65 |
| Binary | 10101010 | 11110001 | 11101 | 11101 | 0 | 1011000 | 101 | 1010000 | 1011000 | 110101 |
Color Harmonies of #AAF11D
Complementary color
Monochromatic Colors of #AAF11D
Black with #AAF11D
Text Example
Text Example
White with #AAF11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF11D; }
p { color: rgb(170,241,29); }
H1.HeaderClassName
{
color: #AAF11D;
}
.AnyTagClassName
{
color: #AAF11D;
}
</style>
background-color css
<style>
a { background-color: #AAF11D; }
a { background-color: rgb(170,241,29); }
div.DivClassName
{
background-color: #AAF11D;
}
.BgClassName
{
background-color: #AAF11D;
}
</style>
border-color css
<style>
span { border-color: #AAF11D; }
span { border-color: rgb(170,241,29); }
td.TdClassName
{
border-color: #AAF11D;
}
.TagClassName
{
border-color: #AAF11D;
}
</style>