Shades of Inch Worm #AEED0A
Tints of Inch Worm #AEED0A
RGB
CMYK
RGB Variations
Color information
#AEED0A (or 0xAEED0A) is known color: Inch Worm. HEX triplet: AE, ED and 0A. RGB value is (174,237,10). Sum of RGB (Red+Green+Blue) = 174+237+10=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 237 (92.97% from 255 or 56.29% from 421); Blue value is 10 (4.30% from 255 or 2.38% from 421); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEED0A is #5112F5. Grayscale: #C1C1C1. Windows color (decimal): -5313270 or 716206. OLE color: 716206.
HSL color Cylindrical-coordinate representation of color #AEED0A: hue angle of 76.65º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AEED0A is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 10 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.07 |
| HSL | 76.65º | 0.92% | 0.48% | - |
| HSV(B) | 76.65º | 0.96% | 0.93% | - |
| XYZ | 47.79 | 69.59 | 11.2 | - |
| YUV | 192.29 | 25.13 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 10 | 0.27 | 0 | 0.96 | 0.07 | 76.65 | 0.92 | 0.48 |
| Hex | AE | ED | A | 1B | 0 | 60 | 7 | 4D | 5C | 30 |
| Octal | 256 | 355 | 12 | 33 | 0 | 140 | 7 | 115 | 134 | 60 |
| Binary | 10101110 | 11101101 | 1010 | 11011 | 0 | 1100000 | 111 | 1001101 | 1011100 | 110000 |
Color Harmonies of #AEED0A
Complementary color
Monochromatic Colors of #AEED0A
Black with #AEED0A
Text Example
Text Example
White with #AEED0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEED0A; }
p { color: rgb(174,237,10); }
H1.HeaderClassName
{
color: #AEED0A;
}
.AnyTagClassName
{
color: #AEED0A;
}
</style>
background-color css
<style>
a { background-color: #AEED0A; }
a { background-color: rgb(174,237,10); }
div.DivClassName
{
background-color: #AEED0A;
}
.BgClassName
{
background-color: #AEED0A;
}
</style>
border-color css
<style>
span { border-color: #AEED0A; }
span { border-color: rgb(174,237,10); }
td.TdClassName
{
border-color: #AEED0A;
}
.TagClassName
{
border-color: #AEED0A;
}
</style>