Shades of Inch Worm #AFEC18
Tints of Inch Worm #AFEC18
RGB
CMYK
RGB Variations
Color information
#AFEC18 (or 0xAFEC18) is known color: Inch Worm. HEX triplet: AF, EC and 18. RGB value is (175,236,24). Sum of RGB (Red+Green+Blue) = 175+236+24=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 236 (92.58% from 255 or 54.25% from 435); Blue value is 24 (9.77% from 255 or 5.52% from 435); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFEC18 is #5013E7. Grayscale: #C2C2C2. Windows color (decimal): -5247976 or 1633455. OLE color: 1633455.
HSL color Cylindrical-coordinate representation of color #AFEC18: hue angle of 77.26º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFEC18 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 24 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.07 |
| HSL | 77.26º | 0.85% | 0.51% | - |
| HSV(B) | 77.26º | 0.9% | 0.93% | - |
| XYZ | 47.84 | 69.17 | 11.69 | - |
| YUV | 193.59 | 32.29 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 24 | 0.26 | 0 | 0.90 | 0.07 | 77.26 | 0.85 | 0.51 |
| Hex | AF | EC | 18 | 1A | 0 | 5A | 7 | 4D | 55 | 33 |
| Octal | 257 | 354 | 30 | 32 | 0 | 132 | 7 | 115 | 125 | 63 |
| Binary | 10101111 | 11101100 | 11000 | 11010 | 0 | 1011010 | 111 | 1001101 | 1010101 | 110011 |
Color Harmonies of #AFEC18
Complementary color
Monochromatic Colors of #AFEC18
Black with #AFEC18
Text Example
Text Example
White with #AFEC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEC18; }
p { color: rgb(175,236,24); }
H1.HeaderClassName
{
color: #AFEC18;
}
.AnyTagClassName
{
color: #AFEC18;
}
</style>
background-color css
<style>
a { background-color: #AFEC18; }
a { background-color: rgb(175,236,24); }
div.DivClassName
{
background-color: #AFEC18;
}
.BgClassName
{
background-color: #AFEC18;
}
</style>
border-color css
<style>
span { border-color: #AFEC18; }
span { border-color: rgb(175,236,24); }
td.TdClassName
{
border-color: #AFEC18;
}
.TagClassName
{
border-color: #AFEC18;
}
</style>