Shades of Inch Worm #A9E914
Tints of Inch Worm #A9E914
RGB
CMYK
RGB Variations
Color information
#A9E914 (or 0xA9E914) is known color: Inch Worm. HEX triplet: A9, E9 and 14. RGB value is (169,233,20). Sum of RGB (Red+Green+Blue) = 169+233+20=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 233 (91.41% from 255 or 55.21% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 233 - color contains mainly: green. Hex color #A9E914 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A9E914 is #5616EB. Grayscale: #BEBEBE. Windows color (decimal): -5641964 or 1370537. OLE color: 1370537.
HSL color Cylindrical-coordinate representation of color #A9E914: hue angle of 78.03º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A9E914 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 233 | 20 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.09 |
| HSL | 78.03º | 0.84% | 0.5% | - |
| HSV(B) | 78.03º | 0.91% | 0.91% | - |
| XYZ | 45.63 | 66.76 | 11.14 | - |
| YUV | 189.58 | 32.3 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 233 | 20 | 0.27 | 0 | 0.91 | 0.09 | 78.03 | 0.84 | 0.5 |
| Hex | A9 | E9 | 14 | 1B | 0 | 5B | 9 | 4E | 54 | 32 |
| Octal | 251 | 351 | 24 | 33 | 0 | 133 | 11 | 116 | 124 | 62 |
| Binary | 10101001 | 11101001 | 10100 | 11011 | 0 | 1011011 | 1001 | 1001110 | 1010100 | 110010 |
Color Harmonies of #A9E914
Complementary color
Monochromatic Colors of #A9E914
Black with #A9E914
Text Example
Text Example
White with #A9E914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E914; }
p { color: rgb(169,233,20); }
H1.HeaderClassName
{
color: #A9E914;
}
.AnyTagClassName
{
color: #A9E914;
}
</style>
background-color css
<style>
a { background-color: #A9E914; }
a { background-color: rgb(169,233,20); }
div.DivClassName
{
background-color: #A9E914;
}
.BgClassName
{
background-color: #A9E914;
}
</style>
border-color css
<style>
span { border-color: #A9E914; }
span { border-color: rgb(169,233,20); }
td.TdClassName
{
border-color: #A9E914;
}
.TagClassName
{
border-color: #A9E914;
}
</style>