Shades of Inch Worm #AEE10C
Tints of Inch Worm #AEE10C
RGB
CMYK
RGB Variations
Color information
#AEE10C (or 0xAEE10C) is known color: Inch Worm. HEX triplet: AE, E1 and 0C. RGB value is (174,225,12). Sum of RGB (Red+Green+Blue) = 174+225+12=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 225 (88.28% from 255 or 54.74% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE10C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEE10C is #511EF3. Grayscale: #BABABA. Windows color (decimal): -5316340 or 844206. OLE color: 844206.
HSL color Cylindrical-coordinate representation of color #AEE10C: hue angle of 74.37º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AEE10C is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 225 | 12 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.12 |
| HSL | 74.37º | 0.9% | 0.46% | - |
| HSV(B) | 74.37º | 0.95% | 0.88% | - |
| XYZ | 44.45 | 62.88 | 10.14 | - |
| YUV | 185.47 | 30.1 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 225 | 12 | 0.23 | 0 | 0.95 | 0.12 | 74.37 | 0.9 | 0.46 |
| Hex | AE | E1 | C | 17 | 0 | 5F | C | 4A | 5A | 2E |
| Octal | 256 | 341 | 14 | 27 | 0 | 137 | 14 | 112 | 132 | 56 |
| Binary | 10101110 | 11100001 | 1100 | 10111 | 0 | 1011111 | 1100 | 1001010 | 1011010 | 101110 |
Color Harmonies of #AEE10C
Complementary color
Monochromatic Colors of #AEE10C
Black with #AEE10C
Text Example
Text Example
White with #AEE10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE10C; }
p { color: rgb(174,225,12); }
H1.HeaderClassName
{
color: #AEE10C;
}
.AnyTagClassName
{
color: #AEE10C;
}
</style>
background-color css
<style>
a { background-color: #AEE10C; }
a { background-color: rgb(174,225,12); }
div.DivClassName
{
background-color: #AEE10C;
}
.BgClassName
{
background-color: #AEE10C;
}
</style>
border-color css
<style>
span { border-color: #AEE10C; }
span { border-color: rgb(174,225,12); }
td.TdClassName
{
border-color: #AEE10C;
}
.TagClassName
{
border-color: #AEE10C;
}
</style>