Shades of Inch Worm #AFEC0A
Tints of Inch Worm #AFEC0A
RGB
CMYK
RGB Variations
Color information
#AFEC0A (or 0xAFEC0A) is known color: Inch Worm. HEX triplet: AF, EC and 0A. RGB value is (175,236,10). Sum of RGB (Red+Green+Blue) = 175+236+10=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 236 (92.58% from 255 or 56.06% from 421); Blue value is 10 (4.30% from 255 or 2.38% from 421); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFEC0A is #5013F5. Grayscale: #C0C0C0. Windows color (decimal): -5247990 or 715951. OLE color: 715951.
HSL color Cylindrical-coordinate representation of color #AFEC0A: hue angle of 76.19º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFEC0A is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 10 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.07 |
| HSL | 76.19º | 0.92% | 0.48% | - |
| HSV(B) | 76.19º | 0.96% | 0.93% | - |
| XYZ | 47.73 | 69.13 | 11.11 | - |
| YUV | 192 | 25.29 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 10 | 0.26 | 0 | 0.96 | 0.07 | 76.19 | 0.92 | 0.48 |
| Hex | AF | EC | A | 1A | 0 | 60 | 7 | 4C | 5C | 30 |
| Octal | 257 | 354 | 12 | 32 | 0 | 140 | 7 | 114 | 134 | 60 |
| Binary | 10101111 | 11101100 | 1010 | 11010 | 0 | 1100000 | 111 | 1001100 | 1011100 | 110000 |
Color Harmonies of #AFEC0A
Complementary color
Monochromatic Colors of #AFEC0A
Black with #AFEC0A
Text Example
Text Example
White with #AFEC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEC0A; }
p { color: rgb(175,236,10); }
H1.HeaderClassName
{
color: #AFEC0A;
}
.AnyTagClassName
{
color: #AFEC0A;
}
</style>
background-color css
<style>
a { background-color: #AFEC0A; }
a { background-color: rgb(175,236,10); }
div.DivClassName
{
background-color: #AFEC0A;
}
.BgClassName
{
background-color: #AFEC0A;
}
</style>
border-color css
<style>
span { border-color: #AFEC0A; }
span { border-color: rgb(175,236,10); }
td.TdClassName
{
border-color: #AFEC0A;
}
.TagClassName
{
border-color: #AFEC0A;
}
</style>