Shades of Conifer #A1DA5C
Tints of Conifer #A1DA5C
RGB
CMYK
RGB Variations
Color information
#A1DA5C (or 0xA1DA5C) is known color: Conifer. HEX triplet: A1, DA and 5C. RGB value is (161,218,92). Sum of RGB (Red+Green+Blue) = 161+218+92=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DA5C is #5E25A3. Grayscale: #BBBBBB. Windows color (decimal): -6170020 or 6085281. OLE color: 6085281.
HSL color Cylindrical-coordinate representation of color #A1DA5C: hue angle of 87.14º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1DA5C is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 92 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.15 |
| HSL | 87.14º | 0.63% | 0.61% | - |
| HSV(B) | 87.14º | 0.58% | 0.85% | - |
| XYZ | 41.7 | 58.49 | 19.22 | - |
| YUV | 186.59 | 74.62 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 92 | 0.26 | 0 | 0.58 | 0.15 | 87.14 | 0.63 | 0.61 |
| Hex | A1 | DA | 5C | 1A | 0 | 3A | F | 57 | 3F | 3D |
| Octal | 241 | 332 | 134 | 32 | 0 | 72 | 17 | 127 | 77 | 75 |
| Binary | 10100001 | 11011010 | 1011100 | 11010 | 0 | 111010 | 1111 | 1010111 | 111111 | 111101 |
Color Harmonies of #A1DA5C
Complementary color
Monochromatic Colors of #A1DA5C
Black with #A1DA5C
Text Example
Text Example
White with #A1DA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA5C; }
p { color: rgb(161,218,92); }
H1.HeaderClassName
{
color: #A1DA5C;
}
.AnyTagClassName
{
color: #A1DA5C;
}
</style>
background-color css
<style>
a { background-color: #A1DA5C; }
a { background-color: rgb(161,218,92); }
div.DivClassName
{
background-color: #A1DA5C;
}
.BgClassName
{
background-color: #A1DA5C;
}
</style>
border-color css
<style>
span { border-color: #A1DA5C; }
span { border-color: rgb(161,218,92); }
td.TdClassName
{
border-color: #A1DA5C;
}
.TagClassName
{
border-color: #A1DA5C;
}
</style>