Shades of Inch Worm #AFE516
Tints of Inch Worm #AFE516
RGB
CMYK
RGB Variations
Color information
#AFE516 (or 0xAFE516) is known color: Inch Worm. HEX triplet: AF, E5 and 16. RGB value is (175,229,22). Sum of RGB (Red+Green+Blue) = 175+229+22=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 229 (89.84% from 255 or 53.76% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE516 is #501AE9. Grayscale: #BEBEBE. Windows color (decimal): -5249770 or 1500591. OLE color: 1500591.
HSL color Cylindrical-coordinate representation of color #AFE516: hue angle of 75.65º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFE516 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 22 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.10 |
| HSL | 75.65º | 0.82% | 0.49% | - |
| HSV(B) | 75.65º | 0.9% | 0.9% | - |
| XYZ | 45.84 | 65.21 | 10.93 | - |
| YUV | 189.26 | 33.61 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 22 | 0.24 | 0 | 0.90 | 0.10 | 75.65 | 0.82 | 0.49 |
| Hex | AF | E5 | 16 | 18 | 0 | 5A | A | 4C | 52 | 31 |
| Octal | 257 | 345 | 26 | 30 | 0 | 132 | 12 | 114 | 122 | 61 |
| Binary | 10101111 | 11100101 | 10110 | 11000 | 0 | 1011010 | 1010 | 1001100 | 1010010 | 110001 |
Color Harmonies of #AFE516
Complementary color
Monochromatic Colors of #AFE516
Black with #AFE516
Text Example
Text Example
White with #AFE516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE516; }
p { color: rgb(175,229,22); }
H1.HeaderClassName
{
color: #AFE516;
}
.AnyTagClassName
{
color: #AFE516;
}
</style>
background-color css
<style>
a { background-color: #AFE516; }
a { background-color: rgb(175,229,22); }
div.DivClassName
{
background-color: #AFE516;
}
.BgClassName
{
background-color: #AFE516;
}
</style>
border-color css
<style>
span { border-color: #AFE516; }
span { border-color: rgb(175,229,22); }
td.TdClassName
{
border-color: #AFE516;
}
.TagClassName
{
border-color: #AFE516;
}
</style>