Shades of Inch Worm #AEE914
Tints of Inch Worm #AEE914
RGB
CMYK
RGB Variations
Color information
#AEE914 (or 0xAEE914) is known color: Inch Worm. HEX triplet: AE, E9 and 14. RGB value is (174,233,20). Sum of RGB (Red+Green+Blue) = 174+233+20=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 233 (91.41% from 255 or 54.57% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 233 - color contains mainly: green. Hex color #AEE914 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEE914 is #5116EB. Grayscale: #BFBFBF. Windows color (decimal): -5314284 or 1370542. OLE color: 1370542.
HSL color Cylindrical-coordinate representation of color #AEE914: hue angle of 76.62º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEE914 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 233 | 20 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.09 |
| HSL | 76.62º | 0.84% | 0.5% | - |
| HSV(B) | 76.62º | 0.91% | 0.91% | - |
| XYZ | 46.72 | 67.33 | 11.19 | - |
| YUV | 191.08 | 31.45 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 233 | 20 | 0.25 | 0 | 0.91 | 0.09 | 76.62 | 0.84 | 0.5 |
| Hex | AE | E9 | 14 | 19 | 0 | 5B | 9 | 4D | 54 | 32 |
| Octal | 256 | 351 | 24 | 31 | 0 | 133 | 11 | 115 | 124 | 62 |
| Binary | 10101110 | 11101001 | 10100 | 11001 | 0 | 1011011 | 1001 | 1001101 | 1010100 | 110010 |
Color Harmonies of #AEE914
Complementary color
Monochromatic Colors of #AEE914
Black with #AEE914
Text Example
Text Example
White with #AEE914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE914; }
p { color: rgb(174,233,20); }
H1.HeaderClassName
{
color: #AEE914;
}
.AnyTagClassName
{
color: #AEE914;
}
</style>
background-color css
<style>
a { background-color: #AEE914; }
a { background-color: rgb(174,233,20); }
div.DivClassName
{
background-color: #AEE914;
}
.BgClassName
{
background-color: #AEE914;
}
</style>
border-color css
<style>
span { border-color: #AEE914; }
span { border-color: rgb(174,233,20); }
td.TdClassName
{
border-color: #AEE914;
}
.TagClassName
{
border-color: #AEE914;
}
</style>