Shades of Conifer #A1DA5D
Tints of Conifer #A1DA5D
RGB
CMYK
RGB Variations
Color information
#A1DA5D (or 0xA1DA5D) is known color: Conifer. HEX triplet: A1, DA and 5D. RGB value is (161,218,93). Sum of RGB (Red+Green+Blue) = 161+218+93=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DA5D is #5E25A2. Grayscale: #BBBBBB. Windows color (decimal): -6170019 or 6150817. OLE color: 6150817.
HSL color Cylindrical-coordinate representation of color #A1DA5D: hue angle of 87.36º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1DA5D is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 93 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.15 |
| HSL | 87.36º | 0.63% | 0.61% | - |
| HSV(B) | 87.36º | 0.57% | 0.85% | - |
| XYZ | 41.75 | 58.51 | 19.45 | - |
| YUV | 186.71 | 75.12 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 93 | 0.26 | 0 | 0.57 | 0.15 | 87.36 | 0.63 | 0.61 |
| Hex | A1 | DA | 5D | 1A | 0 | 39 | F | 57 | 3F | 3D |
| Octal | 241 | 332 | 135 | 32 | 0 | 71 | 17 | 127 | 77 | 75 |
| Binary | 10100001 | 11011010 | 1011101 | 11010 | 0 | 111001 | 1111 | 1010111 | 111111 | 111101 |
Color Harmonies of #A1DA5D
Complementary color
Monochromatic Colors of #A1DA5D
Black with #A1DA5D
Text Example
Text Example
White with #A1DA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA5D; }
p { color: rgb(161,218,93); }
H1.HeaderClassName
{
color: #A1DA5D;
}
.AnyTagClassName
{
color: #A1DA5D;
}
</style>
background-color css
<style>
a { background-color: #A1DA5D; }
a { background-color: rgb(161,218,93); }
div.DivClassName
{
background-color: #A1DA5D;
}
.BgClassName
{
background-color: #A1DA5D;
}
</style>
border-color css
<style>
span { border-color: #A1DA5D; }
span { border-color: rgb(161,218,93); }
td.TdClassName
{
border-color: #A1DA5D;
}
.TagClassName
{
border-color: #A1DA5D;
}
</style>