Shades of Inch Worm #AAE525
Tints of Inch Worm #AAE525
RGB
CMYK
RGB Variations
Color information
#AAE525 (or 0xAAE525) is known color: Inch Worm. HEX triplet: AA, E5 and 25. RGB value is (170,229,37). Sum of RGB (Red+Green+Blue) = 170+229+37=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 37 (14.84% from 255 or 8.49% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE525 is #551ADA. Grayscale: #BEBEBE. Windows color (decimal): -5577435 or 2483626. OLE color: 2483626.
HSL color Cylindrical-coordinate representation of color #AAE525: hue angle of 78.44º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAE525 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 37 | - |
| CMYK | 0.26 | 0 | 0.84 | 0.10 |
| HSL | 78.44º | 0.79% | 0.52% | - |
| HSV(B) | 78.44º | 0.84% | 0.9% | - |
| XYZ | 44.93 | 64.72 | 11.87 | - |
| YUV | 189.47 | 41.95 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 37 | 0.26 | 0 | 0.84 | 0.10 | 78.44 | 0.79 | 0.52 |
| Hex | AA | E5 | 25 | 1A | 0 | 54 | A | 4E | 4F | 34 |
| Octal | 252 | 345 | 45 | 32 | 0 | 124 | 12 | 116 | 117 | 64 |
| Binary | 10101010 | 11100101 | 100101 | 11010 | 0 | 1010100 | 1010 | 1001110 | 1001111 | 110100 |
Color Harmonies of #AAE525
Complementary color
Monochromatic Colors of #AAE525
Black with #AAE525
Text Example
Text Example
White with #AAE525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE525; }
p { color: rgb(170,229,37); }
H1.HeaderClassName
{
color: #AAE525;
}
.AnyTagClassName
{
color: #AAE525;
}
</style>
background-color css
<style>
a { background-color: #AAE525; }
a { background-color: rgb(170,229,37); }
div.DivClassName
{
background-color: #AAE525;
}
.BgClassName
{
background-color: #AAE525;
}
</style>
border-color css
<style>
span { border-color: #AAE525; }
span { border-color: rgb(170,229,37); }
td.TdClassName
{
border-color: #AAE525;
}
.TagClassName
{
border-color: #AAE525;
}
</style>