Shades of Inch Worm #AFF110
Tints of Inch Worm #AFF110
RGB
CMYK
RGB Variations
Color information
#AFF110 (or 0xAFF110) is known color: Inch Worm. HEX triplet: AF, F1 and 10. RGB value is (175,241,16). Sum of RGB (Red+Green+Blue) = 175+241+16=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 241 (94.53% from 255 or 55.79% from 432); Blue value is 16 (6.64% from 255 or 3.70% from 432); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF110 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF110 is #500EEF. Grayscale: #C4C4C4. Windows color (decimal): -5246704 or 1110447. OLE color: 1110447.
HSL color Cylindrical-coordinate representation of color #AFF110: hue angle of 77.6º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFF110 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 16 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.05 |
| HSL | 77.6º | 0.89% | 0.5% | - |
| HSV(B) | 77.6º | 0.93% | 0.95% | - |
| XYZ | 49.23 | 72.06 | 11.8 | - |
| YUV | 195.62 | 26.63 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 16 | 0.27 | 0 | 0.93 | 0.05 | 77.6 | 0.89 | 0.5 |
| Hex | AF | F1 | 10 | 1B | 0 | 5D | 5 | 4E | 59 | 32 |
| Octal | 257 | 361 | 20 | 33 | 0 | 135 | 5 | 116 | 131 | 62 |
| Binary | 10101111 | 11110001 | 10000 | 11011 | 0 | 1011101 | 101 | 1001110 | 1011001 | 110010 |
Color Harmonies of #AFF110
Complementary color
Monochromatic Colors of #AFF110
Black with #AFF110
Text Example
Text Example
White with #AFF110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF110; }
p { color: rgb(175,241,16); }
H1.HeaderClassName
{
color: #AFF110;
}
.AnyTagClassName
{
color: #AFF110;
}
</style>
background-color css
<style>
a { background-color: #AFF110; }
a { background-color: rgb(175,241,16); }
div.DivClassName
{
background-color: #AFF110;
}
.BgClassName
{
background-color: #AFF110;
}
</style>
border-color css
<style>
span { border-color: #AFF110; }
span { border-color: rgb(175,241,16); }
td.TdClassName
{
border-color: #AFF110;
}
.TagClassName
{
border-color: #AFF110;
}
</style>