Shades of Inch Worm #A1D315
Tints of Inch Worm #A1D315
RGB
CMYK
RGB Variations
Color information
#A1D315 (or 0xA1D315) is known color: Inch Worm. HEX triplet: A1, D3 and 15. RGB value is (161,211,21). Sum of RGB (Red+Green+Blue) = 161+211+21=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 211 (82.81% from 255 or 53.69% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D315 is #5E2CEA. Grayscale: #AFAFAF. Windows color (decimal): -6171883 or 1430433. OLE color: 1430433.
HSL color Cylindrical-coordinate representation of color #A1D315: hue angle of 75.79º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1D315 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 211 | 21 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.17 |
| HSL | 75.79º | 0.82% | 0.45% | - |
| HSV(B) | 75.79º | 0.9% | 0.83% | - |
| XYZ | 38.13 | 54.22 | 9.17 | - |
| YUV | 174.39 | 41.44 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 21 | 0.24 | 0 | 0.90 | 0.17 | 75.79 | 0.82 | 0.45 |
| Hex | A1 | D3 | 15 | 18 | 0 | 5A | 11 | 4C | 52 | 2D |
| Octal | 241 | 323 | 25 | 30 | 0 | 132 | 21 | 114 | 122 | 55 |
| Binary | 10100001 | 11010011 | 10101 | 11000 | 0 | 1011010 | 10001 | 1001100 | 1010010 | 101101 |
Color Harmonies of #A1D315
Complementary color
Monochromatic Colors of #A1D315
Black with #A1D315
Text Example
Text Example
White with #A1D315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D315; }
p { color: rgb(161,211,21); }
H1.HeaderClassName
{
color: #A1D315;
}
.AnyTagClassName
{
color: #A1D315;
}
</style>
background-color css
<style>
a { background-color: #A1D315; }
a { background-color: rgb(161,211,21); }
div.DivClassName
{
background-color: #A1D315;
}
.BgClassName
{
background-color: #A1D315;
}
</style>
border-color css
<style>
span { border-color: #A1D315; }
span { border-color: rgb(161,211,21); }
td.TdClassName
{
border-color: #A1D315;
}
.TagClassName
{
border-color: #A1D315;
}
</style>