Shades of Inch Worm #AAF21B
Tints of Inch Worm #AAF21B
RGB
CMYK
RGB Variations
Color information
#AAF21B (or 0xAAF21B) is known color: Inch Worm. HEX triplet: AA, F2 and 1B. RGB value is (170,242,27). Sum of RGB (Red+Green+Blue) = 170+242+27=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 242 (94.92% from 255 or 55.13% from 439); Blue value is 27 (10.94% from 255 or 6.15% from 439); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF21B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF21B is #550DE4. Grayscale: #C4C4C4. Windows color (decimal): -5574117 or 1831594. OLE color: 1831594.
HSL color Cylindrical-coordinate representation of color #AAF21B: hue angle of 80.09º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAF21B is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 27 | - |
| CMYK | 0.30 | 0 | 0.89 | 0.05 |
| HSL | 80.09º | 0.89% | 0.53% | - |
| HSV(B) | 80.09º | 0.89% | 0.95% | - |
| XYZ | 48.53 | 72.13 | 12.4 | - |
| YUV | 195.96 | 32.65 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 27 | 0.30 | 0 | 0.89 | 0.05 | 80.09 | 0.89 | 0.53 |
| Hex | AA | F2 | 1B | 1E | 0 | 59 | 5 | 50 | 59 | 35 |
| Octal | 252 | 362 | 33 | 36 | 0 | 131 | 5 | 120 | 131 | 65 |
| Binary | 10101010 | 11110010 | 11011 | 11110 | 0 | 1011001 | 101 | 1010000 | 1011001 | 110101 |
Color Harmonies of #AAF21B
Complementary color
Monochromatic Colors of #AAF21B
Black with #AAF21B
Text Example
Text Example
White with #AAF21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF21B; }
p { color: rgb(170,242,27); }
H1.HeaderClassName
{
color: #AAF21B;
}
.AnyTagClassName
{
color: #AAF21B;
}
</style>
background-color css
<style>
a { background-color: #AAF21B; }
a { background-color: rgb(170,242,27); }
div.DivClassName
{
background-color: #AAF21B;
}
.BgClassName
{
background-color: #AAF21B;
}
</style>
border-color css
<style>
span { border-color: #AAF21B; }
span { border-color: rgb(170,242,27); }
td.TdClassName
{
border-color: #AAF21B;
}
.TagClassName
{
border-color: #AAF21B;
}
</style>