Shades of Inch Worm #AFE20C
Tints of Inch Worm #AFE20C
RGB
CMYK
RGB Variations
Color information
#AFE20C (or 0xAFE20C) is known color: Inch Worm. HEX triplet: AF, E2 and 0C. RGB value is (175,226,12). Sum of RGB (Red+Green+Blue) = 175+226+12=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 226 (88.67% from 255 or 54.72% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE20C is #501DF3. Grayscale: #BBBBBB. Windows color (decimal): -5250548 or 844463. OLE color: 844463.
HSL color Cylindrical-coordinate representation of color #AFE20C: hue angle of 74.3º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFE20C is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 12 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.11 |
| HSL | 74.3º | 0.9% | 0.47% | - |
| HSV(B) | 74.3º | 0.95% | 0.89% | - |
| XYZ | 44.94 | 63.53 | 10.24 | - |
| YUV | 186.36 | 29.6 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 12 | 0.23 | 0 | 0.95 | 0.11 | 74.3 | 0.9 | 0.47 |
| Hex | AF | E2 | C | 17 | 0 | 5F | B | 4A | 5A | 2F |
| Octal | 257 | 342 | 14 | 27 | 0 | 137 | 13 | 112 | 132 | 57 |
| Binary | 10101111 | 11100010 | 1100 | 10111 | 0 | 1011111 | 1011 | 1001010 | 1011010 | 101111 |
Color Harmonies of #AFE20C
Complementary color
Monochromatic Colors of #AFE20C
Black with #AFE20C
Text Example
Text Example
White with #AFE20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE20C; }
p { color: rgb(175,226,12); }
H1.HeaderClassName
{
color: #AFE20C;
}
.AnyTagClassName
{
color: #AFE20C;
}
</style>
background-color css
<style>
a { background-color: #AFE20C; }
a { background-color: rgb(175,226,12); }
div.DivClassName
{
background-color: #AFE20C;
}
.BgClassName
{
background-color: #AFE20C;
}
</style>
border-color css
<style>
span { border-color: #AFE20C; }
span { border-color: rgb(175,226,12); }
td.TdClassName
{
border-color: #AFE20C;
}
.TagClassName
{
border-color: #AFE20C;
}
</style>