Shades of Conifer #A1D55E
Tints of Conifer #A1D55E
RGB
CMYK
RGB Variations
Color information
#A1D55E (or 0xA1D55E) is known color: Conifer. HEX triplet: A1, D5 and 5E. RGB value is (161,213,94). Sum of RGB (Red+Green+Blue) = 161+213+94=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D55E is #5E2AA1. Grayscale: #B8B8B8. Windows color (decimal): -6171298 or 6215073. OLE color: 6215073.
HSL color Cylindrical-coordinate representation of color #A1D55E: hue angle of 86.22º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1D55E is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 94 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.16 |
| HSL | 86.22º | 0.59% | 0.6% | - |
| HSV(B) | 86.22º | 0.56% | 0.84% | - |
| XYZ | 40.51 | 55.97 | 19.26 | - |
| YUV | 183.89 | 77.27 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 94 | 0.24 | 0 | 0.56 | 0.16 | 86.22 | 0.59 | 0.6 |
| Hex | A1 | D5 | 5E | 18 | 0 | 38 | 10 | 56 | 3B | 3C |
| Octal | 241 | 325 | 136 | 30 | 0 | 70 | 20 | 126 | 73 | 74 |
| Binary | 10100001 | 11010101 | 1011110 | 11000 | 0 | 111000 | 10000 | 1010110 | 111011 | 111100 |
Color Harmonies of #A1D55E
Complementary color
Monochromatic Colors of #A1D55E
Black with #A1D55E
Text Example
Text Example
White with #A1D55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D55E; }
p { color: rgb(161,213,94); }
H1.HeaderClassName
{
color: #A1D55E;
}
.AnyTagClassName
{
color: #A1D55E;
}
</style>
background-color css
<style>
a { background-color: #A1D55E; }
a { background-color: rgb(161,213,94); }
div.DivClassName
{
background-color: #A1D55E;
}
.BgClassName
{
background-color: #A1D55E;
}
</style>
border-color css
<style>
span { border-color: #A1D55E; }
span { border-color: rgb(161,213,94); }
td.TdClassName
{
border-color: #A1D55E;
}
.TagClassName
{
border-color: #A1D55E;
}
</style>