Shades of Inch Worm #AAE31F
Tints of Inch Worm #AAE31F
RGB
CMYK
RGB Variations
Color information
#AAE31F (or 0xAAE31F) is known color: Inch Worm. HEX triplet: AA, E3 and 1F. RGB value is (170,227,31). Sum of RGB (Red+Green+Blue) = 170+227+31=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 227 (89.06% from 255 or 53.04% from 428); Blue value is 31 (12.5% from 255 or 7.24% from 428); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE31F is #551CE0. Grayscale: #BCBCBC. Windows color (decimal): -5577953 or 2089898. OLE color: 2089898.
HSL color Cylindrical-coordinate representation of color #AAE31F: hue angle of 77.45º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAE31F is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 31 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.11 |
| HSL | 77.45º | 0.78% | 0.51% | - |
| HSV(B) | 77.45º | 0.86% | 0.89% | - |
| XYZ | 44.29 | 63.58 | 11.23 | - |
| YUV | 187.61 | 39.62 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 31 | 0.25 | 0 | 0.86 | 0.11 | 77.45 | 0.78 | 0.51 |
| Hex | AA | E3 | 1F | 19 | 0 | 56 | B | 4D | 4E | 33 |
| Octal | 252 | 343 | 37 | 31 | 0 | 126 | 13 | 115 | 116 | 63 |
| Binary | 10101010 | 11100011 | 11111 | 11001 | 0 | 1010110 | 1011 | 1001101 | 1001110 | 110011 |
Color Harmonies of #AAE31F
Complementary color
Monochromatic Colors of #AAE31F
Black with #AAE31F
Text Example
Text Example
White with #AAE31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE31F; }
p { color: rgb(170,227,31); }
H1.HeaderClassName
{
color: #AAE31F;
}
.AnyTagClassName
{
color: #AAE31F;
}
</style>
background-color css
<style>
a { background-color: #AAE31F; }
a { background-color: rgb(170,227,31); }
div.DivClassName
{
background-color: #AAE31F;
}
.BgClassName
{
background-color: #AAE31F;
}
</style>
border-color css
<style>
span { border-color: #AAE31F; }
span { border-color: rgb(170,227,31); }
td.TdClassName
{
border-color: #AAE31F;
}
.TagClassName
{
border-color: #AAE31F;
}
</style>