Shades of Inch Worm #AEF011
Tints of Inch Worm #AEF011
RGB
CMYK
RGB Variations
Color information
#AEF011 (or 0xAEF011) is known color: Inch Worm. HEX triplet: AE, F0 and 11. RGB value is (174,240,17). Sum of RGB (Red+Green+Blue) = 174+240+17=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 240 (94.14% from 255 or 55.68% from 431); Blue value is 17 (7.03% from 255 or 3.94% from 431); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF011 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF011 is #510FEE. Grayscale: #C3C3C3. Windows color (decimal): -5312495 or 1175726. OLE color: 1175726.
HSL color Cylindrical-coordinate representation of color #AEF011: hue angle of 77.76º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AEF011 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 240 | 17 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.06 |
| HSL | 77.76º | 0.88% | 0.5% | - |
| HSV(B) | 77.76º | 0.93% | 0.94% | - |
| XYZ | 48.72 | 71.36 | 11.74 | - |
| YUV | 194.84 | 27.63 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 240 | 17 | 0.28 | 0 | 0.93 | 0.06 | 77.76 | 0.88 | 0.5 |
| Hex | AE | F0 | 11 | 1C | 0 | 5D | 6 | 4E | 58 | 32 |
| Octal | 256 | 360 | 21 | 34 | 0 | 135 | 6 | 116 | 130 | 62 |
| Binary | 10101110 | 11110000 | 10001 | 11100 | 0 | 1011101 | 110 | 1001110 | 1011000 | 110010 |
Color Harmonies of #AEF011
Complementary color
Monochromatic Colors of #AEF011
Black with #AEF011
Text Example
Text Example
White with #AEF011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF011; }
p { color: rgb(174,240,17); }
H1.HeaderClassName
{
color: #AEF011;
}
.AnyTagClassName
{
color: #AEF011;
}
</style>
background-color css
<style>
a { background-color: #AEF011; }
a { background-color: rgb(174,240,17); }
div.DivClassName
{
background-color: #AEF011;
}
.BgClassName
{
background-color: #AEF011;
}
</style>
border-color css
<style>
span { border-color: #AEF011; }
span { border-color: rgb(174,240,17); }
td.TdClassName
{
border-color: #AEF011;
}
.TagClassName
{
border-color: #AEF011;
}
</style>