Shades of Inch Worm #AFE512
Tints of Inch Worm #AFE512
RGB
CMYK
RGB Variations
Color information
#AFE512 (or 0xAFE512) is known color: Inch Worm. HEX triplet: AF, E5 and 12. RGB value is (175,229,18). Sum of RGB (Red+Green+Blue) = 175+229+18=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 229 (89.84% from 255 or 54.27% from 422); Blue value is 18 (7.42% from 255 or 4.27% from 422); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE512 is #501AED. Grayscale: #BDBDBD. Windows color (decimal): -5249774 or 1238447. OLE color: 1238447.
HSL color Cylindrical-coordinate representation of color #AFE512: hue angle of 75.36º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFE512 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 18 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.10 |
| HSL | 75.36º | 0.85% | 0.48% | - |
| HSV(B) | 75.36º | 0.92% | 0.9% | - |
| XYZ | 45.81 | 65.2 | 10.74 | - |
| YUV | 188.8 | 31.61 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 18 | 0.24 | 0 | 0.92 | 0.10 | 75.36 | 0.85 | 0.48 |
| Hex | AF | E5 | 12 | 18 | 0 | 5C | A | 4B | 55 | 30 |
| Octal | 257 | 345 | 22 | 30 | 0 | 134 | 12 | 113 | 125 | 60 |
| Binary | 10101111 | 11100101 | 10010 | 11000 | 0 | 1011100 | 1010 | 1001011 | 1010101 | 110000 |
Color Harmonies of #AFE512
Complementary color
Monochromatic Colors of #AFE512
Black with #AFE512
Text Example
Text Example
White with #AFE512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE512; }
p { color: rgb(175,229,18); }
H1.HeaderClassName
{
color: #AFE512;
}
.AnyTagClassName
{
color: #AFE512;
}
</style>
background-color css
<style>
a { background-color: #AFE512; }
a { background-color: rgb(175,229,18); }
div.DivClassName
{
background-color: #AFE512;
}
.BgClassName
{
background-color: #AFE512;
}
</style>
border-color css
<style>
span { border-color: #AFE512; }
span { border-color: rgb(175,229,18); }
td.TdClassName
{
border-color: #AFE512;
}
.TagClassName
{
border-color: #AFE512;
}
</style>