Shades of Conifer #A1D85B
Tints of Conifer #A1D85B
RGB
CMYK
RGB Variations
Color information
#A1D85B (or 0xA1D85B) is known color: Conifer. HEX triplet: A1, D8 and 5B. RGB value is (161,216,91). Sum of RGB (Red+Green+Blue) = 161+216+91=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D85B is #5E27A4. Grayscale: #B9B9B9. Windows color (decimal): -6170533 or 6019233. OLE color: 6019233.
HSL color Cylindrical-coordinate representation of color #A1D85B: hue angle of 86.4º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1D85B is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 216 | 91 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.15 |
| HSL | 86.4º | 0.62% | 0.6% | - |
| HSV(B) | 86.4º | 0.58% | 0.85% | - |
| XYZ | 41.14 | 57.44 | 18.82 | - |
| YUV | 185.31 | 74.78 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 216 | 91 | 0.25 | 0 | 0.58 | 0.15 | 86.4 | 0.62 | 0.6 |
| Hex | A1 | D8 | 5B | 19 | 0 | 3A | F | 56 | 3E | 3C |
| Octal | 241 | 330 | 133 | 31 | 0 | 72 | 17 | 126 | 76 | 74 |
| Binary | 10100001 | 11011000 | 1011011 | 11001 | 0 | 111010 | 1111 | 1010110 | 111110 | 111100 |
Color Harmonies of #A1D85B
Complementary color
Monochromatic Colors of #A1D85B
Black with #A1D85B
Text Example
Text Example
White with #A1D85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D85B; }
p { color: rgb(161,216,91); }
H1.HeaderClassName
{
color: #A1D85B;
}
.AnyTagClassName
{
color: #A1D85B;
}
</style>
background-color css
<style>
a { background-color: #A1D85B; }
a { background-color: rgb(161,216,91); }
div.DivClassName
{
background-color: #A1D85B;
}
.BgClassName
{
background-color: #A1D85B;
}
</style>
border-color css
<style>
span { border-color: #A1D85B; }
span { border-color: rgb(161,216,91); }
td.TdClassName
{
border-color: #A1D85B;
}
.TagClassName
{
border-color: #A1D85B;
}
</style>