Shades of Inch Worm #AFE30C
Tints of Inch Worm #AFE30C
RGB
CMYK
RGB Variations
Color information
#AFE30C (or 0xAFE30C) is known color: Inch Worm. HEX triplet: AF, E3 and 0C. RGB value is (175,227,12). Sum of RGB (Red+Green+Blue) = 175+227+12=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 227 (89.06% from 255 or 54.83% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE30C is #501CF3. Grayscale: #BBBBBB. Windows color (decimal): -5250292 or 844719. OLE color: 844719.
HSL color Cylindrical-coordinate representation of color #AFE30C: hue angle of 74.51º 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 #AFE30C is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 12 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.11 |
| HSL | 74.51º | 0.9% | 0.47% | - |
| HSV(B) | 74.51º | 0.95% | 0.89% | - |
| XYZ | 45.21 | 64.08 | 10.33 | - |
| YUV | 186.94 | 29.27 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 12 | 0.23 | 0 | 0.95 | 0.11 | 74.51 | 0.9 | 0.47 |
| Hex | AF | E3 | C | 17 | 0 | 5F | B | 4B | 5A | 2F |
| Octal | 257 | 343 | 14 | 27 | 0 | 137 | 13 | 113 | 132 | 57 |
| Binary | 10101111 | 11100011 | 1100 | 10111 | 0 | 1011111 | 1011 | 1001011 | 1011010 | 101111 |
Color Harmonies of #AFE30C
Complementary color
Monochromatic Colors of #AFE30C
Black with #AFE30C
Text Example
Text Example
White with #AFE30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE30C; }
p { color: rgb(175,227,12); }
H1.HeaderClassName
{
color: #AFE30C;
}
.AnyTagClassName
{
color: #AFE30C;
}
</style>
background-color css
<style>
a { background-color: #AFE30C; }
a { background-color: rgb(175,227,12); }
div.DivClassName
{
background-color: #AFE30C;
}
.BgClassName
{
background-color: #AFE30C;
}
</style>
border-color css
<style>
span { border-color: #AFE30C; }
span { border-color: rgb(175,227,12); }
td.TdClassName
{
border-color: #AFE30C;
}
.TagClassName
{
border-color: #AFE30C;
}
</style>