Shades of Inch Worm #AEE512
Tints of Inch Worm #AEE512
RGB
CMYK
RGB Variations
Color information
#AEE512 (or 0xAEE512) is known color: Inch Worm. HEX triplet: AE, E5 and 12. RGB value is (174,229,18). Sum of RGB (Red+Green+Blue) = 174+229+18=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 229 (89.84% from 255 or 54.39% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEE512 is #511AED. Grayscale: #BDBDBD. Windows color (decimal): -5315310 or 1238446. OLE color: 1238446.
HSL color Cylindrical-coordinate representation of color #AEE512: hue angle of 75.64º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AEE512 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 229 | 18 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.10 |
| HSL | 75.64º | 0.85% | 0.48% | - |
| HSV(B) | 75.64º | 0.92% | 0.9% | - |
| XYZ | 45.58 | 65.08 | 10.73 | - |
| YUV | 188.5 | 31.78 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 229 | 18 | 0.24 | 0 | 0.92 | 0.10 | 75.64 | 0.85 | 0.48 |
| Hex | AE | E5 | 12 | 18 | 0 | 5C | A | 4C | 55 | 30 |
| Octal | 256 | 345 | 22 | 30 | 0 | 134 | 12 | 114 | 125 | 60 |
| Binary | 10101110 | 11100101 | 10010 | 11000 | 0 | 1011100 | 1010 | 1001100 | 1010101 | 110000 |
Color Harmonies of #AEE512
Complementary color
Monochromatic Colors of #AEE512
Black with #AEE512
Text Example
Text Example
White with #AEE512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE512; }
p { color: rgb(174,229,18); }
H1.HeaderClassName
{
color: #AEE512;
}
.AnyTagClassName
{
color: #AEE512;
}
</style>
background-color css
<style>
a { background-color: #AEE512; }
a { background-color: rgb(174,229,18); }
div.DivClassName
{
background-color: #AEE512;
}
.BgClassName
{
background-color: #AEE512;
}
</style>
border-color css
<style>
span { border-color: #AEE512; }
span { border-color: rgb(174,229,18); }
td.TdClassName
{
border-color: #AEE512;
}
.TagClassName
{
border-color: #AEE512;
}
</style>