Shades of Inch Worm #AFF210
Tints of Inch Worm #AFF210
RGB
CMYK
RGB Variations
Color information
#AFF210 (or 0xAFF210) is known color: Inch Worm. HEX triplet: AF, F2 and 10. RGB value is (175,242,16). Sum of RGB (Red+Green+Blue) = 175+242+16=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 242 (94.92% from 255 or 55.89% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF210 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF210 is #500DEF. Grayscale: #C5C5C5. Windows color (decimal): -5246448 or 1110703. OLE color: 1110703.
HSL color Cylindrical-coordinate representation of color #AFF210: hue angle of 77.79º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFF210 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 16 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.05 |
| HSL | 77.79º | 0.9% | 0.51% | - |
| HSV(B) | 77.79º | 0.93% | 0.95% | - |
| XYZ | 49.52 | 72.66 | 11.9 | - |
| YUV | 196.2 | 26.3 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 16 | 0.28 | 0 | 0.93 | 0.05 | 77.79 | 0.9 | 0.51 |
| Hex | AF | F2 | 10 | 1C | 0 | 5D | 5 | 4E | 5A | 33 |
| Octal | 257 | 362 | 20 | 34 | 0 | 135 | 5 | 116 | 132 | 63 |
| Binary | 10101111 | 11110010 | 10000 | 11100 | 0 | 1011101 | 101 | 1001110 | 1011010 | 110011 |
Color Harmonies of #AFF210
Complementary color
Monochromatic Colors of #AFF210
Black with #AFF210
Text Example
Text Example
White with #AFF210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF210; }
p { color: rgb(175,242,16); }
H1.HeaderClassName
{
color: #AFF210;
}
.AnyTagClassName
{
color: #AFF210;
}
</style>
background-color css
<style>
a { background-color: #AFF210; }
a { background-color: rgb(175,242,16); }
div.DivClassName
{
background-color: #AFF210;
}
.BgClassName
{
background-color: #AFF210;
}
</style>
border-color css
<style>
span { border-color: #AFF210; }
span { border-color: rgb(175,242,16); }
td.TdClassName
{
border-color: #AFF210;
}
.TagClassName
{
border-color: #AFF210;
}
</style>