Shades of Inch Worm #AFE112
Tints of Inch Worm #AFE112
RGB
CMYK
RGB Variations
Color information
#AFE112 (or 0xAFE112) is known color: Inch Worm. HEX triplet: AF, E1 and 12. RGB value is (175,225,18). Sum of RGB (Red+Green+Blue) = 175+225+18=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 225 (88.28% from 255 or 53.83% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE112 is #501EED. Grayscale: #BBBBBB. Windows color (decimal): -5250798 or 1237423. OLE color: 1237423.
HSL color Cylindrical-coordinate representation of color #AFE112: hue angle of 74.49º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFE112 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 225 | 18 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.12 |
| HSL | 74.49º | 0.85% | 0.48% | - |
| HSV(B) | 74.49º | 0.92% | 0.88% | - |
| XYZ | 44.71 | 63.01 | 10.38 | - |
| YUV | 186.45 | 32.94 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 225 | 18 | 0.22 | 0 | 0.92 | 0.12 | 74.49 | 0.85 | 0.48 |
| Hex | AF | E1 | 12 | 16 | 0 | 5C | C | 4A | 55 | 30 |
| Octal | 257 | 341 | 22 | 26 | 0 | 134 | 14 | 112 | 125 | 60 |
| Binary | 10101111 | 11100001 | 10010 | 10110 | 0 | 1011100 | 1100 | 1001010 | 1010101 | 110000 |
Color Harmonies of #AFE112
Complementary color
Monochromatic Colors of #AFE112
Black with #AFE112
Text Example
Text Example
White with #AFE112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE112; }
p { color: rgb(175,225,18); }
H1.HeaderClassName
{
color: #AFE112;
}
.AnyTagClassName
{
color: #AFE112;
}
</style>
background-color css
<style>
a { background-color: #AFE112; }
a { background-color: rgb(175,225,18); }
div.DivClassName
{
background-color: #AFE112;
}
.BgClassName
{
background-color: #AFE112;
}
</style>
border-color css
<style>
span { border-color: #AFE112; }
span { border-color: rgb(175,225,18); }
td.TdClassName
{
border-color: #AFE112;
}
.TagClassName
{
border-color: #AFE112;
}
</style>