Shades of Inch Worm #AEDB08
Tints of Inch Worm #AEDB08
RGB
CMYK
RGB Variations
Color information
#AEDB08 (or 0xAEDB08) is known color: Inch Worm. HEX triplet: AE, DB and 08. RGB value is (174,219,8). Sum of RGB (Red+Green+Blue) = 174+219+8=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 219 (85.94% from 255 or 54.61% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDB08 is #5124F7. Grayscale: #B6B6B6. Windows color (decimal): -5317880 or 580526. OLE color: 580526.
HSL color Cylindrical-coordinate representation of color #AEDB08: hue angle of 72.8º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AEDB08 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 8 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.14 |
| HSL | 72.8º | 0.93% | 0.45% | - |
| HSV(B) | 72.8º | 0.96% | 0.86% | - |
| XYZ | 42.83 | 59.68 | 9.49 | - |
| YUV | 181.49 | 30.09 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 8 | 0.21 | 0 | 0.96 | 0.14 | 72.8 | 0.93 | 0.45 |
| Hex | AE | DB | 8 | 15 | 0 | 60 | E | 49 | 5D | 2D |
| Octal | 256 | 333 | 10 | 25 | 0 | 140 | 16 | 111 | 135 | 55 |
| Binary | 10101110 | 11011011 | 1000 | 10101 | 0 | 1100000 | 1110 | 1001001 | 1011101 | 101101 |
Color Harmonies of #AEDB08
Complementary color
Monochromatic Colors of #AEDB08
Black with #AEDB08
Text Example
Text Example
White with #AEDB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB08; }
p { color: rgb(174,219,8); }
H1.HeaderClassName
{
color: #AEDB08;
}
.AnyTagClassName
{
color: #AEDB08;
}
</style>
background-color css
<style>
a { background-color: #AEDB08; }
a { background-color: rgb(174,219,8); }
div.DivClassName
{
background-color: #AEDB08;
}
.BgClassName
{
background-color: #AEDB08;
}
</style>
border-color css
<style>
span { border-color: #AEDB08; }
span { border-color: rgb(174,219,8); }
td.TdClassName
{
border-color: #AEDB08;
}
.TagClassName
{
border-color: #AEDB08;
}
</style>