Shades of Inch Worm #AEDA00
Tints of Inch Worm #AEDA00
RGB
CMYK
RGB Variations
Color information
#AEDA00 (or 0xAEDA00) is known color: Inch Worm. HEX triplet: AE, DA and 00. RGB value is (174,218,0). Sum of RGB (Red+Green+Blue) = 174+218+0=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 218 (85.55% from 255 or 55.61% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDA00 is #5125FF. Grayscale: #B4B4B4. Windows color (decimal): -5318144 or 55982. OLE color: 55982.
HSL color Cylindrical-coordinate representation of color #AEDA00: hue angle of 72.11º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEDA00 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.15 |
| HSL | 72.11º | 1% | 0.43% | - |
| HSV(B) | 72.11º | 1% | 0.85% | - |
| XYZ | 42.53 | 59.14 | 9.17 | - |
| YUV | 179.99 | 26.42 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 0 | 0.20 | 0 | 1 | 0.15 | 72.11 | 1 | 0.43 |
| Hex | AE | DA | 0 | 14 | 0 | 64 | F | 48 | 64 | 2B |
| Octal | 256 | 332 | 0 | 24 | 0 | 144 | 17 | 110 | 144 | 53 |
| Binary | 10101110 | 11011010 | 0 | 10100 | 0 | 1100100 | 1111 | 1001000 | 1100100 | 101011 |
Color Harmonies of #AEDA00
Complementary color
Monochromatic Colors of #AEDA00
Black with #AEDA00
Text Example
Text Example
White with #AEDA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDA00; }
p { color: rgb(174,218,0); }
H1.HeaderClassName
{
color: #AEDA00;
}
.AnyTagClassName
{
color: #AEDA00;
}
</style>
background-color css
<style>
a { background-color: #AEDA00; }
a { background-color: rgb(174,218,0); }
div.DivClassName
{
background-color: #AEDA00;
}
.BgClassName
{
background-color: #AEDA00;
}
</style>
border-color css
<style>
span { border-color: #AEDA00; }
span { border-color: rgb(174,218,0); }
td.TdClassName
{
border-color: #AEDA00;
}
.TagClassName
{
border-color: #AEDA00;
}
</style>