Shades of Inch Worm #AEDB0B
Tints of Inch Worm #AEDB0B
RGB
CMYK
RGB Variations
Color information
#AEDB0B (or 0xAEDB0B) is known color: Inch Worm. HEX triplet: AE, DB and 0B. RGB value is (174,219,11). Sum of RGB (Red+Green+Blue) = 174+219+11=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 219 (85.94% from 255 or 54.21% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDB0B is #5124F4. Grayscale: #B6B6B6. Windows color (decimal): -5317877 or 777134. OLE color: 777134.
HSL color Cylindrical-coordinate representation of color #AEDB0B: hue angle of 72.98º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AEDB0B is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 11 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.14 |
| HSL | 72.98º | 0.9% | 0.45% | - |
| HSV(B) | 72.98º | 0.95% | 0.86% | - |
| XYZ | 42.85 | 59.69 | 9.58 | - |
| YUV | 181.83 | 31.59 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 11 | 0.21 | 0 | 0.95 | 0.14 | 72.98 | 0.9 | 0.45 |
| Hex | AE | DB | B | 15 | 0 | 5F | E | 49 | 5A | 2D |
| Octal | 256 | 333 | 13 | 25 | 0 | 137 | 16 | 111 | 132 | 55 |
| Binary | 10101110 | 11011011 | 1011 | 10101 | 0 | 1011111 | 1110 | 1001001 | 1011010 | 101101 |
Color Harmonies of #AEDB0B
Complementary color
Monochromatic Colors of #AEDB0B
Black with #AEDB0B
Text Example
Text Example
White with #AEDB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB0B; }
p { color: rgb(174,219,11); }
H1.HeaderClassName
{
color: #AEDB0B;
}
.AnyTagClassName
{
color: #AEDB0B;
}
</style>
background-color css
<style>
a { background-color: #AEDB0B; }
a { background-color: rgb(174,219,11); }
div.DivClassName
{
background-color: #AEDB0B;
}
.BgClassName
{
background-color: #AEDB0B;
}
</style>
border-color css
<style>
span { border-color: #AEDB0B; }
span { border-color: rgb(174,219,11); }
td.TdClassName
{
border-color: #AEDB0B;
}
.TagClassName
{
border-color: #AEDB0B;
}
</style>