Shades of Inch Worm #AFE60C
Tints of Inch Worm #AFE60C
RGB
CMYK
RGB Variations
Color information
#AFE60C (or 0xAFE60C) is known color: Inch Worm. HEX triplet: AF, E6 and 0C. RGB value is (175,230,12). Sum of RGB (Red+Green+Blue) = 175+230+12=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 230 (90.23% from 255 or 55.16% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE60C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE60C is #5019F3. Grayscale: #BDBDBD. Windows color (decimal): -5249524 or 845487. OLE color: 845487.
HSL color Cylindrical-coordinate representation of color #AFE60C: hue angle of 75.14º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFE60C is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 12 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.10 |
| HSL | 75.14º | 0.9% | 0.47% | - |
| HSV(B) | 75.14º | 0.95% | 0.9% | - |
| XYZ | 46.04 | 65.73 | 10.61 | - |
| YUV | 188.7 | 28.28 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 12 | 0.24 | 0 | 0.95 | 0.10 | 75.14 | 0.9 | 0.47 |
| Hex | AF | E6 | C | 18 | 0 | 5F | A | 4B | 5A | 2F |
| Octal | 257 | 346 | 14 | 30 | 0 | 137 | 12 | 113 | 132 | 57 |
| Binary | 10101111 | 11100110 | 1100 | 11000 | 0 | 1011111 | 1010 | 1001011 | 1011010 | 101111 |
Color Harmonies of #AFE60C
Complementary color
Monochromatic Colors of #AFE60C
Black with #AFE60C
Text Example
Text Example
White with #AFE60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE60C; }
p { color: rgb(175,230,12); }
H1.HeaderClassName
{
color: #AFE60C;
}
.AnyTagClassName
{
color: #AFE60C;
}
</style>
background-color css
<style>
a { background-color: #AFE60C; }
a { background-color: rgb(175,230,12); }
div.DivClassName
{
background-color: #AFE60C;
}
.BgClassName
{
background-color: #AFE60C;
}
</style>
border-color css
<style>
span { border-color: #AFE60C; }
span { border-color: rgb(175,230,12); }
td.TdClassName
{
border-color: #AFE60C;
}
.TagClassName
{
border-color: #AFE60C;
}
</style>