Shades of Inch Worm #AFE613
Tints of Inch Worm #AFE613
RGB
CMYK
RGB Variations
Color information
#AFE613 (or 0xAFE613) is known color: Inch Worm. HEX triplet: AF, E6 and 13. RGB value is (175,230,19). Sum of RGB (Red+Green+Blue) = 175+230+19=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 230 (90.23% from 255 or 54.25% from 424); Blue value is 19 (7.81% from 255 or 4.48% from 424); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE613 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE613 is #5019EC. Grayscale: #BEBEBE. Windows color (decimal): -5249517 or 1304239. OLE color: 1304239.
HSL color Cylindrical-coordinate representation of color #AFE613: hue angle of 75.64º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFE613 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 19 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.10 |
| HSL | 75.64º | 0.85% | 0.49% | - |
| HSV(B) | 75.64º | 0.92% | 0.9% | - |
| XYZ | 46.09 | 65.75 | 10.88 | - |
| YUV | 189.5 | 31.78 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 19 | 0.24 | 0 | 0.92 | 0.10 | 75.64 | 0.85 | 0.49 |
| Hex | AF | E6 | 13 | 18 | 0 | 5C | A | 4C | 55 | 31 |
| Octal | 257 | 346 | 23 | 30 | 0 | 134 | 12 | 114 | 125 | 61 |
| Binary | 10101111 | 11100110 | 10011 | 11000 | 0 | 1011100 | 1010 | 1001100 | 1010101 | 110001 |
Color Harmonies of #AFE613
Complementary color
Monochromatic Colors of #AFE613
Black with #AFE613
Text Example
Text Example
White with #AFE613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE613; }
p { color: rgb(175,230,19); }
H1.HeaderClassName
{
color: #AFE613;
}
.AnyTagClassName
{
color: #AFE613;
}
</style>
background-color css
<style>
a { background-color: #AFE613; }
a { background-color: rgb(175,230,19); }
div.DivClassName
{
background-color: #AFE613;
}
.BgClassName
{
background-color: #AFE613;
}
</style>
border-color css
<style>
span { border-color: #AFE613; }
span { border-color: rgb(175,230,19); }
td.TdClassName
{
border-color: #AFE613;
}
.TagClassName
{
border-color: #AFE613;
}
</style>