Shades of Inch Worm #AFEB16
Tints of Inch Worm #AFEB16
RGB
CMYK
RGB Variations
Color information
#AFEB16 (or 0xAFEB16) is known color: Inch Worm. HEX triplet: AF, EB and 16. RGB value is (175,235,22). Sum of RGB (Red+Green+Blue) = 175+235+22=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 235 (92.19% from 255 or 54.40% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFEB16 is #5014E9. Grayscale: #C1C1C1. Windows color (decimal): -5248234 or 1502127. OLE color: 1502127.
HSL color Cylindrical-coordinate representation of color #AFEB16: hue angle of 76.9º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFEB16 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 235 | 22 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.08 |
| HSL | 76.9º | 0.84% | 0.5% | - |
| HSV(B) | 76.9º | 0.91% | 0.92% | - |
| XYZ | 47.53 | 68.59 | 11.49 | - |
| YUV | 192.78 | 31.62 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 235 | 22 | 0.26 | 0 | 0.91 | 0.08 | 76.9 | 0.84 | 0.5 |
| Hex | AF | EB | 16 | 1A | 0 | 5B | 8 | 4D | 54 | 32 |
| Octal | 257 | 353 | 26 | 32 | 0 | 133 | 10 | 115 | 124 | 62 |
| Binary | 10101111 | 11101011 | 10110 | 11010 | 0 | 1011011 | 1000 | 1001101 | 1010100 | 110010 |
Color Harmonies of #AFEB16
Complementary color
Monochromatic Colors of #AFEB16
Black with #AFEB16
Text Example
Text Example
White with #AFEB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEB16; }
p { color: rgb(175,235,22); }
H1.HeaderClassName
{
color: #AFEB16;
}
.AnyTagClassName
{
color: #AFEB16;
}
</style>
background-color css
<style>
a { background-color: #AFEB16; }
a { background-color: rgb(175,235,22); }
div.DivClassName
{
background-color: #AFEB16;
}
.BgClassName
{
background-color: #AFEB16;
}
</style>
border-color css
<style>
span { border-color: #AFEB16; }
span { border-color: rgb(175,235,22); }
td.TdClassName
{
border-color: #AFEB16;
}
.TagClassName
{
border-color: #AFEB16;
}
</style>