Shades of Inch Worm #AAF10D
Tints of Inch Worm #AAF10D
RGB
CMYK
RGB Variations
Color information
#AAF10D (or 0xAAF10D) is known color: Inch Worm. HEX triplet: AA, F1 and 0D. RGB value is (170,241,13). Sum of RGB (Red+Green+Blue) = 170+241+13=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 241 (94.53% from 255 or 56.84% from 424); Blue value is 13 (5.47% from 255 or 3.07% from 424); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF10D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF10D is #550EF2. Grayscale: #C2C2C2. Windows color (decimal): -5574387 or 913834. OLE color: 913834.
HSL color Cylindrical-coordinate representation of color #AAF10D: hue angle of 78.68º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAF10D is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 13 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.05 |
| HSL | 78.68º | 0.9% | 0.5% | - |
| HSV(B) | 78.68º | 0.95% | 0.95% | - |
| XYZ | 48.11 | 71.49 | 11.64 | - |
| YUV | 193.78 | 25.98 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 13 | 0.29 | 0 | 0.95 | 0.05 | 78.68 | 0.9 | 0.5 |
| Hex | AA | F1 | D | 1D | 0 | 5F | 5 | 4F | 5A | 32 |
| Octal | 252 | 361 | 15 | 35 | 0 | 137 | 5 | 117 | 132 | 62 |
| Binary | 10101010 | 11110001 | 1101 | 11101 | 0 | 1011111 | 101 | 1001111 | 1011010 | 110010 |
Color Harmonies of #AAF10D
Complementary color
Monochromatic Colors of #AAF10D
Black with #AAF10D
Text Example
Text Example
White with #AAF10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF10D; }
p { color: rgb(170,241,13); }
H1.HeaderClassName
{
color: #AAF10D;
}
.AnyTagClassName
{
color: #AAF10D;
}
</style>
background-color css
<style>
a { background-color: #AAF10D; }
a { background-color: rgb(170,241,13); }
div.DivClassName
{
background-color: #AAF10D;
}
.BgClassName
{
background-color: #AAF10D;
}
</style>
border-color css
<style>
span { border-color: #AAF10D; }
span { border-color: rgb(170,241,13); }
td.TdClassName
{
border-color: #AAF10D;
}
.TagClassName
{
border-color: #AAF10D;
}
</style>