Shades of Inch Worm #AFF00E
Tints of Inch Worm #AFF00E
RGB
CMYK
RGB Variations
Color information
#AFF00E (or 0xAFF00E) is known color: Inch Worm. HEX triplet: AF, F0 and 0E. RGB value is (175,240,14). Sum of RGB (Red+Green+Blue) = 175+240+14=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 240 (94.14% from 255 or 55.94% from 429); Blue value is 14 (5.86% from 255 or 3.26% from 429); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF00E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF00E is #500FF1. Grayscale: #C3C3C3. Windows color (decimal): -5246962 or 979119. OLE color: 979119.
HSL color Cylindrical-coordinate representation of color #AFF00E: hue angle of 77.26º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFF00E is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 14 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.06 |
| HSL | 77.26º | 0.89% | 0.5% | - |
| HSV(B) | 77.26º | 0.94% | 0.94% | - |
| XYZ | 48.92 | 71.47 | 11.63 | - |
| YUV | 194.8 | 25.97 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 14 | 0.27 | 0 | 0.94 | 0.06 | 77.26 | 0.89 | 0.5 |
| Hex | AF | F0 | E | 1B | 0 | 5E | 6 | 4D | 59 | 32 |
| Octal | 257 | 360 | 16 | 33 | 0 | 136 | 6 | 115 | 131 | 62 |
| Binary | 10101111 | 11110000 | 1110 | 11011 | 0 | 1011110 | 110 | 1001101 | 1011001 | 110010 |
Color Harmonies of #AFF00E
Complementary color
Monochromatic Colors of #AFF00E
Black with #AFF00E
Text Example
Text Example
White with #AFF00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF00E; }
p { color: rgb(175,240,14); }
H1.HeaderClassName
{
color: #AFF00E;
}
.AnyTagClassName
{
color: #AFF00E;
}
</style>
background-color css
<style>
a { background-color: #AFF00E; }
a { background-color: rgb(175,240,14); }
div.DivClassName
{
background-color: #AFF00E;
}
.BgClassName
{
background-color: #AFF00E;
}
</style>
border-color css
<style>
span { border-color: #AFF00E; }
span { border-color: rgb(175,240,14); }
td.TdClassName
{
border-color: #AFF00E;
}
.TagClassName
{
border-color: #AFF00E;
}
</style>