Shades of Inch Worm #AEE10A
Tints of Inch Worm #AEE10A
RGB
CMYK
RGB Variations
Color information
#AEE10A (or 0xAEE10A) is known color: Inch Worm. HEX triplet: AE, E1 and 0A. RGB value is (174,225,10). Sum of RGB (Red+Green+Blue) = 174+225+10=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 225 (88.28% from 255 or 55.01% from 409); Blue value is 10 (4.30% from 255 or 2.44% from 409); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE10A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEE10A is #511EF5. Grayscale: #BABABA. Windows color (decimal): -5316342 or 713134. OLE color: 713134.
HSL color Cylindrical-coordinate representation of color #AEE10A: hue angle of 74.23º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AEE10A is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 225 | 10 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.12 |
| HSL | 74.23º | 0.91% | 0.46% | - |
| HSV(B) | 74.23º | 0.96% | 0.88% | - |
| XYZ | 44.44 | 62.87 | 10.08 | - |
| YUV | 185.24 | 29.1 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 225 | 10 | 0.23 | 0 | 0.96 | 0.12 | 74.23 | 0.91 | 0.46 |
| Hex | AE | E1 | A | 17 | 0 | 60 | C | 4A | 5B | 2E |
| Octal | 256 | 341 | 12 | 27 | 0 | 140 | 14 | 112 | 133 | 56 |
| Binary | 10101110 | 11100001 | 1010 | 10111 | 0 | 1100000 | 1100 | 1001010 | 1011011 | 101110 |
Color Harmonies of #AEE10A
Complementary color
Monochromatic Colors of #AEE10A
Black with #AEE10A
Text Example
Text Example
White with #AEE10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE10A; }
p { color: rgb(174,225,10); }
H1.HeaderClassName
{
color: #AEE10A;
}
.AnyTagClassName
{
color: #AEE10A;
}
</style>
background-color css
<style>
a { background-color: #AEE10A; }
a { background-color: rgb(174,225,10); }
div.DivClassName
{
background-color: #AEE10A;
}
.BgClassName
{
background-color: #AEE10A;
}
</style>
border-color css
<style>
span { border-color: #AEE10A; }
span { border-color: rgb(174,225,10); }
td.TdClassName
{
border-color: #AEE10A;
}
.TagClassName
{
border-color: #AEE10A;
}
</style>