Shades of Inch Worm #AFF20E
Tints of Inch Worm #AFF20E
RGB
CMYK
RGB Variations
Color information
#AFF20E (or 0xAFF20E) is known color: Inch Worm. HEX triplet: AF, F2 and 0E. RGB value is (175,242,14). Sum of RGB (Red+Green+Blue) = 175+242+14=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 242 (94.92% from 255 or 56.15% from 431); Blue value is 14 (5.86% from 255 or 3.25% from 431); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF20E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF20E is #500DF1. Grayscale: #C4C4C4. Windows color (decimal): -5246450 or 979631. OLE color: 979631.
HSL color Cylindrical-coordinate representation of color #AFF20E: hue angle of 77.63º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFF20E is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 14 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.05 |
| HSL | 77.63º | 0.9% | 0.5% | - |
| HSV(B) | 77.63º | 0.94% | 0.95% | - |
| XYZ | 49.51 | 72.65 | 11.83 | - |
| YUV | 195.98 | 25.3 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 14 | 0.28 | 0 | 0.94 | 0.05 | 77.63 | 0.9 | 0.5 |
| Hex | AF | F2 | E | 1C | 0 | 5E | 5 | 4E | 5A | 32 |
| Octal | 257 | 362 | 16 | 34 | 0 | 136 | 5 | 116 | 132 | 62 |
| Binary | 10101111 | 11110010 | 1110 | 11100 | 0 | 1011110 | 101 | 1001110 | 1011010 | 110010 |
Color Harmonies of #AFF20E
Complementary color
Monochromatic Colors of #AFF20E
Black with #AFF20E
Text Example
Text Example
White with #AFF20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF20E; }
p { color: rgb(175,242,14); }
H1.HeaderClassName
{
color: #AFF20E;
}
.AnyTagClassName
{
color: #AFF20E;
}
</style>
background-color css
<style>
a { background-color: #AFF20E; }
a { background-color: rgb(175,242,14); }
div.DivClassName
{
background-color: #AFF20E;
}
.BgClassName
{
background-color: #AFF20E;
}
</style>
border-color css
<style>
span { border-color: #AFF20E; }
span { border-color: rgb(175,242,14); }
td.TdClassName
{
border-color: #AFF20E;
}
.TagClassName
{
border-color: #AFF20E;
}
</style>