Shades of Inch Worm #AEED0C
Tints of Inch Worm #AEED0C
RGB
CMYK
RGB Variations
Color information
#AEED0C (or 0xAEED0C) is known color: Inch Worm. HEX triplet: AE, ED and 0C. RGB value is (174,237,12). Sum of RGB (Red+Green+Blue) = 174+237+12=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 237 (92.97% from 255 or 56.03% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEED0C is #5112F3. Grayscale: #C1C1C1. Windows color (decimal): -5313268 or 847278. OLE color: 847278.
HSL color Cylindrical-coordinate representation of color #AEED0C: hue angle of 76.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AEED0C is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 12 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.07 |
| HSL | 76.8º | 0.9% | 0.49% | - |
| HSV(B) | 76.8º | 0.95% | 0.93% | - |
| XYZ | 47.81 | 69.59 | 11.26 | - |
| YUV | 192.51 | 26.13 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 12 | 0.27 | 0 | 0.95 | 0.07 | 76.8 | 0.9 | 0.49 |
| Hex | AE | ED | C | 1B | 0 | 5F | 7 | 4D | 5A | 31 |
| Octal | 256 | 355 | 14 | 33 | 0 | 137 | 7 | 115 | 132 | 61 |
| Binary | 10101110 | 11101101 | 1100 | 11011 | 0 | 1011111 | 111 | 1001101 | 1011010 | 110001 |
Color Harmonies of #AEED0C
Complementary color
Monochromatic Colors of #AEED0C
Black with #AEED0C
Text Example
Text Example
White with #AEED0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEED0C; }
p { color: rgb(174,237,12); }
H1.HeaderClassName
{
color: #AEED0C;
}
.AnyTagClassName
{
color: #AEED0C;
}
</style>
background-color css
<style>
a { background-color: #AEED0C; }
a { background-color: rgb(174,237,12); }
div.DivClassName
{
background-color: #AEED0C;
}
.BgClassName
{
background-color: #AEED0C;
}
</style>
border-color css
<style>
span { border-color: #AEED0C; }
span { border-color: rgb(174,237,12); }
td.TdClassName
{
border-color: #AEED0C;
}
.TagClassName
{
border-color: #AEED0C;
}
</style>