Shades of Inch Worm #A9F217
Tints of Inch Worm #A9F217
RGB
CMYK
RGB Variations
Color information
#A9F217 (or 0xA9F217) is known color: Inch Worm. HEX triplet: A9, F2 and 17. RGB value is (169,242,23). Sum of RGB (Red+Green+Blue) = 169+242+23=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 242 (94.92% from 255 or 55.76% from 434); Blue value is 23 (9.38% from 255 or 5.30% from 434); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F217 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A9F217 is #560DE8. Grayscale: #C4C4C4. Windows color (decimal): -5639657 or 1569449. OLE color: 1569449.
HSL color Cylindrical-coordinate representation of color #A9F217: hue angle of 80º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A9F217 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 242 | 23 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.05 |
| HSL | 80º | 0.89% | 0.52% | - |
| HSV(B) | 80º | 0.9% | 0.95% | - |
| XYZ | 48.27 | 72 | 12.16 | - |
| YUV | 195.21 | 30.82 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 242 | 23 | 0.30 | 0 | 0.90 | 0.05 | 80 | 0.89 | 0.52 |
| Hex | A9 | F2 | 17 | 1E | 0 | 5A | 5 | 50 | 59 | 34 |
| Octal | 251 | 362 | 27 | 36 | 0 | 132 | 5 | 120 | 131 | 64 |
| Binary | 10101001 | 11110010 | 10111 | 11110 | 0 | 1011010 | 101 | 1010000 | 1011001 | 110100 |
Color Harmonies of #A9F217
Complementary color
Monochromatic Colors of #A9F217
Black with #A9F217
Text Example
Text Example
White with #A9F217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F217; }
p { color: rgb(169,242,23); }
H1.HeaderClassName
{
color: #A9F217;
}
.AnyTagClassName
{
color: #A9F217;
}
</style>
background-color css
<style>
a { background-color: #A9F217; }
a { background-color: rgb(169,242,23); }
div.DivClassName
{
background-color: #A9F217;
}
.BgClassName
{
background-color: #A9F217;
}
</style>
border-color css
<style>
span { border-color: #A9F217; }
span { border-color: rgb(169,242,23); }
td.TdClassName
{
border-color: #A9F217;
}
.TagClassName
{
border-color: #A9F217;
}
</style>