Shades of Inch Worm #AEF212
Tints of Inch Worm #AEF212
RGB
CMYK
RGB Variations
Color information
#AEF212 (or 0xAEF212) is known color: Inch Worm. HEX triplet: AE, F2 and 12. RGB value is (174,242,18). Sum of RGB (Red+Green+Blue) = 174+242+18=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 242 (94.92% from 255 or 55.76% from 434); Blue value is 18 (7.42% from 255 or 4.15% from 434); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF212 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF212 is #510DED. Grayscale: #C4C4C4. Windows color (decimal): -5311982 or 1241774. OLE color: 1241774.
HSL color Cylindrical-coordinate representation of color #AEF212: hue angle of 78.21º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AEF212 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 242 | 18 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.05 |
| HSL | 78.21º | 0.9% | 0.51% | - |
| HSV(B) | 78.21º | 0.93% | 0.95% | - |
| XYZ | 49.32 | 72.55 | 11.98 | - |
| YUV | 196.13 | 27.47 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 242 | 18 | 0.28 | 0 | 0.93 | 0.05 | 78.21 | 0.9 | 0.51 |
| Hex | AE | F2 | 12 | 1C | 0 | 5D | 5 | 4E | 5A | 33 |
| Octal | 256 | 362 | 22 | 34 | 0 | 135 | 5 | 116 | 132 | 63 |
| Binary | 10101110 | 11110010 | 10010 | 11100 | 0 | 1011101 | 101 | 1001110 | 1011010 | 110011 |
Color Harmonies of #AEF212
Complementary color
Monochromatic Colors of #AEF212
Black with #AEF212
Text Example
Text Example
White with #AEF212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF212; }
p { color: rgb(174,242,18); }
H1.HeaderClassName
{
color: #AEF212;
}
.AnyTagClassName
{
color: #AEF212;
}
</style>
background-color css
<style>
a { background-color: #AEF212; }
a { background-color: rgb(174,242,18); }
div.DivClassName
{
background-color: #AEF212;
}
.BgClassName
{
background-color: #AEF212;
}
</style>
border-color css
<style>
span { border-color: #AEF212; }
span { border-color: rgb(174,242,18); }
td.TdClassName
{
border-color: #AEF212;
}
.TagClassName
{
border-color: #AEF212;
}
</style>