Shades of Inch Worm #AEE010
Tints of Inch Worm #AEE010
RGB
CMYK
RGB Variations
Color information
#AEE010 (or 0xAEE010) is known color: Inch Worm. HEX triplet: AE, E0 and 10. RGB value is (174,224,16). Sum of RGB (Red+Green+Blue) = 174+224+16=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 224 (87.89% from 255 or 54.11% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEE010 is #511FEF. Grayscale: #BABABA. Windows color (decimal): -5316592 or 1106094. OLE color: 1106094.
HSL color Cylindrical-coordinate representation of color #AEE010: hue angle of 74.42º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AEE010 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 224 | 16 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.12 |
| HSL | 74.42º | 0.87% | 0.47% | - |
| HSV(B) | 74.42º | 0.93% | 0.88% | - |
| XYZ | 44.2 | 62.35 | 10.19 | - |
| YUV | 185.34 | 32.44 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 224 | 16 | 0.22 | 0 | 0.93 | 0.12 | 74.42 | 0.87 | 0.47 |
| Hex | AE | E0 | 10 | 16 | 0 | 5D | C | 4A | 57 | 2F |
| Octal | 256 | 340 | 20 | 26 | 0 | 135 | 14 | 112 | 127 | 57 |
| Binary | 10101110 | 11100000 | 10000 | 10110 | 0 | 1011101 | 1100 | 1001010 | 1010111 | 101111 |
Color Harmonies of #AEE010
Complementary color
Monochromatic Colors of #AEE010
Black with #AEE010
Text Example
Text Example
White with #AEE010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE010; }
p { color: rgb(174,224,16); }
H1.HeaderClassName
{
color: #AEE010;
}
.AnyTagClassName
{
color: #AEE010;
}
</style>
background-color css
<style>
a { background-color: #AEE010; }
a { background-color: rgb(174,224,16); }
div.DivClassName
{
background-color: #AEE010;
}
.BgClassName
{
background-color: #AEE010;
}
</style>
border-color css
<style>
span { border-color: #AEE010; }
span { border-color: rgb(174,224,16); }
td.TdClassName
{
border-color: #AEE010;
}
.TagClassName
{
border-color: #AEE010;
}
</style>