Shades of Inch Worm #AFE70C
Tints of Inch Worm #AFE70C
RGB
CMYK
RGB Variations
Color information
#AFE70C (or 0xAFE70C) is known color: Inch Worm. HEX triplet: AF, E7 and 0C. RGB value is (175,231,12). Sum of RGB (Red+Green+Blue) = 175+231+12=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 231 (90.62% from 255 or 55.26% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE70C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE70C is #5018F3. Grayscale: #BEBEBE. Windows color (decimal): -5249268 or 845743. OLE color: 845743.
HSL color Cylindrical-coordinate representation of color #AFE70C: hue angle of 75.34º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFE70C is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 231 | 12 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.09 |
| HSL | 75.34º | 0.9% | 0.48% | - |
| HSV(B) | 75.34º | 0.95% | 0.91% | - |
| XYZ | 46.32 | 66.29 | 10.7 | - |
| YUV | 189.29 | 27.95 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 231 | 12 | 0.24 | 0 | 0.95 | 0.09 | 75.34 | 0.9 | 0.48 |
| Hex | AF | E7 | C | 18 | 0 | 5F | 9 | 4B | 5A | 30 |
| Octal | 257 | 347 | 14 | 30 | 0 | 137 | 11 | 113 | 132 | 60 |
| Binary | 10101111 | 11100111 | 1100 | 11000 | 0 | 1011111 | 1001 | 1001011 | 1011010 | 110000 |
Color Harmonies of #AFE70C
Complementary color
Monochromatic Colors of #AFE70C
Black with #AFE70C
Text Example
Text Example
White with #AFE70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE70C; }
p { color: rgb(175,231,12); }
H1.HeaderClassName
{
color: #AFE70C;
}
.AnyTagClassName
{
color: #AFE70C;
}
</style>
background-color css
<style>
a { background-color: #AFE70C; }
a { background-color: rgb(175,231,12); }
div.DivClassName
{
background-color: #AFE70C;
}
.BgClassName
{
background-color: #AFE70C;
}
</style>
border-color css
<style>
span { border-color: #AFE70C; }
span { border-color: rgb(175,231,12); }
td.TdClassName
{
border-color: #AFE70C;
}
.TagClassName
{
border-color: #AFE70C;
}
</style>