Shades of Inch Worm #AEEC0B
Tints of Inch Worm #AEEC0B
RGB
CMYK
RGB Variations
Color information
#AEEC0B (or 0xAEEC0B) is known color: Inch Worm. HEX triplet: AE, EC and 0B. RGB value is (174,236,11). Sum of RGB (Red+Green+Blue) = 174+236+11=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 236 (92.58% from 255 or 56.06% from 421); Blue value is 11 (4.69% from 255 or 2.61% from 421); Max value from RGB is 236 - color contains mainly: green. Hex color #AEEC0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEEC0B is #5113F4. Grayscale: #C0C0C0. Windows color (decimal): -5313525 or 781486. OLE color: 781486.
HSL color Cylindrical-coordinate representation of color #AEEC0B: hue angle of 76.53º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AEEC0B is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 11 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.07 |
| HSL | 76.53º | 0.91% | 0.48% | - |
| HSV(B) | 76.53º | 0.95% | 0.93% | - |
| XYZ | 47.51 | 69.01 | 11.13 | - |
| YUV | 191.81 | 25.96 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 11 | 0.26 | 0 | 0.95 | 0.07 | 76.53 | 0.91 | 0.48 |
| Hex | AE | EC | B | 1A | 0 | 5F | 7 | 4D | 5B | 30 |
| Octal | 256 | 354 | 13 | 32 | 0 | 137 | 7 | 115 | 133 | 60 |
| Binary | 10101110 | 11101100 | 1011 | 11010 | 0 | 1011111 | 111 | 1001101 | 1011011 | 110000 |
Color Harmonies of #AEEC0B
Complementary color
Monochromatic Colors of #AEEC0B
Black with #AEEC0B
Text Example
Text Example
White with #AEEC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEC0B; }
p { color: rgb(174,236,11); }
H1.HeaderClassName
{
color: #AEEC0B;
}
.AnyTagClassName
{
color: #AEEC0B;
}
</style>
background-color css
<style>
a { background-color: #AEEC0B; }
a { background-color: rgb(174,236,11); }
div.DivClassName
{
background-color: #AEEC0B;
}
.BgClassName
{
background-color: #AEEC0B;
}
</style>
border-color css
<style>
span { border-color: #AEEC0B; }
span { border-color: rgb(174,236,11); }
td.TdClassName
{
border-color: #AEEC0B;
}
.TagClassName
{
border-color: #AEEC0B;
}
</style>