Shades of Inch Worm #AEF00C
Tints of Inch Worm #AEF00C
RGB
CMYK
RGB Variations
Color information
#AEF00C (or 0xAEF00C) is known color: Inch Worm. HEX triplet: AE, F0 and 0C. RGB value is (174,240,12). Sum of RGB (Red+Green+Blue) = 174+240+12=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 240 (94.14% from 255 or 56.34% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF00C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF00C is #510FF3. Grayscale: #C3C3C3. Windows color (decimal): -5312500 or 848046. OLE color: 848046.
HSL color Cylindrical-coordinate representation of color #AEF00C: hue angle of 77.37º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AEF00C is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 240 | 12 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.06 |
| HSL | 77.37º | 0.9% | 0.49% | - |
| HSV(B) | 77.37º | 0.95% | 0.94% | - |
| XYZ | 48.68 | 71.35 | 11.55 | - |
| YUV | 194.27 | 25.13 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 240 | 12 | 0.28 | 0 | 0.95 | 0.06 | 77.37 | 0.9 | 0.49 |
| Hex | AE | F0 | C | 1C | 0 | 5F | 6 | 4D | 5A | 31 |
| Octal | 256 | 360 | 14 | 34 | 0 | 137 | 6 | 115 | 132 | 61 |
| Binary | 10101110 | 11110000 | 1100 | 11100 | 0 | 1011111 | 110 | 1001101 | 1011010 | 110001 |
Color Harmonies of #AEF00C
Complementary color
Monochromatic Colors of #AEF00C
Black with #AEF00C
Text Example
Text Example
White with #AEF00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF00C; }
p { color: rgb(174,240,12); }
H1.HeaderClassName
{
color: #AEF00C;
}
.AnyTagClassName
{
color: #AEF00C;
}
</style>
background-color css
<style>
a { background-color: #AEF00C; }
a { background-color: rgb(174,240,12); }
div.DivClassName
{
background-color: #AEF00C;
}
.BgClassName
{
background-color: #AEF00C;
}
</style>
border-color css
<style>
span { border-color: #AEF00C; }
span { border-color: rgb(174,240,12); }
td.TdClassName
{
border-color: #AEF00C;
}
.TagClassName
{
border-color: #AEF00C;
}
</style>