Shades of Inch Worm #AFE00B
Tints of Inch Worm #AFE00B
RGB
CMYK
RGB Variations
Color information
#AFE00B (or 0xAFE00B) is known color: Inch Worm. HEX triplet: AF, E0 and 0B. RGB value is (175,224,11). Sum of RGB (Red+Green+Blue) = 175+224+11=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 224 (87.89% from 255 or 54.63% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE00B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE00B is #501FF4. Grayscale: #B9B9B9. Windows color (decimal): -5251061 or 778415. OLE color: 778415.
HSL color Cylindrical-coordinate representation of color #AFE00B: hue angle of 73.8º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFE00B is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 11 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.12 |
| HSL | 73.8º | 0.91% | 0.46% | - |
| HSV(B) | 73.8º | 0.95% | 0.88% | - |
| XYZ | 44.4 | 62.45 | 10.03 | - |
| YUV | 185.07 | 29.77 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 11 | 0.22 | 0 | 0.95 | 0.12 | 73.8 | 0.91 | 0.46 |
| Hex | AF | E0 | B | 16 | 0 | 5F | C | 4A | 5B | 2E |
| Octal | 257 | 340 | 13 | 26 | 0 | 137 | 14 | 112 | 133 | 56 |
| Binary | 10101111 | 11100000 | 1011 | 10110 | 0 | 1011111 | 1100 | 1001010 | 1011011 | 101110 |
Color Harmonies of #AFE00B
Complementary color
Monochromatic Colors of #AFE00B
Black with #AFE00B
Text Example
Text Example
White with #AFE00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE00B; }
p { color: rgb(175,224,11); }
H1.HeaderClassName
{
color: #AFE00B;
}
.AnyTagClassName
{
color: #AFE00B;
}
</style>
background-color css
<style>
a { background-color: #AFE00B; }
a { background-color: rgb(175,224,11); }
div.DivClassName
{
background-color: #AFE00B;
}
.BgClassName
{
background-color: #AFE00B;
}
</style>
border-color css
<style>
span { border-color: #AFE00B; }
span { border-color: rgb(175,224,11); }
td.TdClassName
{
border-color: #AFE00B;
}
.TagClassName
{
border-color: #AFE00B;
}
</style>