Shades of Inch Worm #AFEC0B
Tints of Inch Worm #AFEC0B
RGB
CMYK
RGB Variations
Color information
#AFEC0B (or 0xAFEC0B) is known color: Inch Worm. HEX triplet: AF, EC and 0B. RGB value is (175,236,11). Sum of RGB (Red+Green+Blue) = 175+236+11=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 236 (92.58% from 255 or 55.92% from 422); Blue value is 11 (4.69% from 255 or 2.61% from 422); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFEC0B is #5013F4. Grayscale: #C0C0C0. Windows color (decimal): -5247989 or 781487. OLE color: 781487.
HSL color Cylindrical-coordinate representation of color #AFEC0B: hue angle of 76.27º 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 #AFEC0B is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 11 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.07 |
| HSL | 76.27º | 0.91% | 0.48% | - |
| HSV(B) | 76.27º | 0.95% | 0.93% | - |
| XYZ | 47.74 | 69.13 | 11.14 | - |
| YUV | 192.11 | 25.79 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 11 | 0.26 | 0 | 0.95 | 0.07 | 76.27 | 0.91 | 0.48 |
| Hex | AF | EC | B | 1A | 0 | 5F | 7 | 4C | 5B | 30 |
| Octal | 257 | 354 | 13 | 32 | 0 | 137 | 7 | 114 | 133 | 60 |
| Binary | 10101111 | 11101100 | 1011 | 11010 | 0 | 1011111 | 111 | 1001100 | 1011011 | 110000 |
Color Harmonies of #AFEC0B
Complementary color
Monochromatic Colors of #AFEC0B
Black with #AFEC0B
Text Example
Text Example
White with #AFEC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEC0B; }
p { color: rgb(175,236,11); }
H1.HeaderClassName
{
color: #AFEC0B;
}
.AnyTagClassName
{
color: #AFEC0B;
}
</style>
background-color css
<style>
a { background-color: #AFEC0B; }
a { background-color: rgb(175,236,11); }
div.DivClassName
{
background-color: #AFEC0B;
}
.BgClassName
{
background-color: #AFEC0B;
}
</style>
border-color css
<style>
span { border-color: #AFEC0B; }
span { border-color: rgb(175,236,11); }
td.TdClassName
{
border-color: #AFEC0B;
}
.TagClassName
{
border-color: #AFEC0B;
}
</style>