Shades of Inch Worm #A1D91E
Tints of Inch Worm #A1D91E
RGB
CMYK
RGB Variations
Color information
#A1D91E (or 0xA1D91E) is known color: Inch Worm. HEX triplet: A1, D9 and 1E. RGB value is (161,217,30). Sum of RGB (Red+Green+Blue) = 161+217+30=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 217 (85.16% from 255 or 53.19% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D91E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D91E is #5E26E1. Grayscale: #B3B3B3. Windows color (decimal): -6170338 or 2021793. OLE color: 2021793.
HSL color Cylindrical-coordinate representation of color #A1D91E: hue angle of 77.97º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1D91E is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 217 | 30 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.15 |
| HSL | 77.97º | 0.76% | 0.48% | - |
| HSV(B) | 77.97º | 0.86% | 0.85% | - |
| XYZ | 39.75 | 57.3 | 10.19 | - |
| YUV | 178.94 | 43.95 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 30 | 0.26 | 0 | 0.86 | 0.15 | 77.97 | 0.76 | 0.48 |
| Hex | A1 | D9 | 1E | 1A | 0 | 56 | F | 4E | 4C | 30 |
| Octal | 241 | 331 | 36 | 32 | 0 | 126 | 17 | 116 | 114 | 60 |
| Binary | 10100001 | 11011001 | 11110 | 11010 | 0 | 1010110 | 1111 | 1001110 | 1001100 | 110000 |
Color Harmonies of #A1D91E
Complementary color
Monochromatic Colors of #A1D91E
Black with #A1D91E
Text Example
Text Example
White with #A1D91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D91E; }
p { color: rgb(161,217,30); }
H1.HeaderClassName
{
color: #A1D91E;
}
.AnyTagClassName
{
color: #A1D91E;
}
</style>
background-color css
<style>
a { background-color: #A1D91E; }
a { background-color: rgb(161,217,30); }
div.DivClassName
{
background-color: #A1D91E;
}
.BgClassName
{
background-color: #A1D91E;
}
</style>
border-color css
<style>
span { border-color: #A1D91E; }
span { border-color: rgb(161,217,30); }
td.TdClassName
{
border-color: #A1D91E;
}
.TagClassName
{
border-color: #A1D91E;
}
</style>