Shades of Inch Worm #AFE30E
Tints of Inch Worm #AFE30E
RGB
CMYK
RGB Variations
Color information
#AFE30E (or 0xAFE30E) is known color: Inch Worm. HEX triplet: AF, E3 and 0E. RGB value is (175,227,14). Sum of RGB (Red+Green+Blue) = 175+227+14=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 227 (89.06% from 255 or 54.57% from 416); Blue value is 14 (5.86% from 255 or 3.37% from 416); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE30E is #501CF1. Grayscale: #BBBBBB. Windows color (decimal): -5250290 or 975791. OLE color: 975791.
HSL color Cylindrical-coordinate representation of color #AFE30E: hue angle of 74.65º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFE30E is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 14 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.11 |
| HSL | 74.65º | 0.88% | 0.47% | - |
| HSV(B) | 74.65º | 0.94% | 0.89% | - |
| XYZ | 45.23 | 64.08 | 10.4 | - |
| YUV | 187.17 | 30.27 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 14 | 0.23 | 0 | 0.94 | 0.11 | 74.65 | 0.88 | 0.47 |
| Hex | AF | E3 | E | 17 | 0 | 5E | B | 4B | 58 | 2F |
| Octal | 257 | 343 | 16 | 27 | 0 | 136 | 13 | 113 | 130 | 57 |
| Binary | 10101111 | 11100011 | 1110 | 10111 | 0 | 1011110 | 1011 | 1001011 | 1011000 | 101111 |
Color Harmonies of #AFE30E
Complementary color
Monochromatic Colors of #AFE30E
Black with #AFE30E
Text Example
Text Example
White with #AFE30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE30E; }
p { color: rgb(175,227,14); }
H1.HeaderClassName
{
color: #AFE30E;
}
.AnyTagClassName
{
color: #AFE30E;
}
</style>
background-color css
<style>
a { background-color: #AFE30E; }
a { background-color: rgb(175,227,14); }
div.DivClassName
{
background-color: #AFE30E;
}
.BgClassName
{
background-color: #AFE30E;
}
</style>
border-color css
<style>
span { border-color: #AFE30E; }
span { border-color: rgb(175,227,14); }
td.TdClassName
{
border-color: #AFE30E;
}
.TagClassName
{
border-color: #AFE30E;
}
</style>