Shades of Conifer #A0DA5C
Tints of Conifer #A0DA5C
RGB
CMYK
RGB Variations
Color information
#A0DA5C (or 0xA0DA5C) is known color: Conifer. HEX triplet: A0, DA and 5C. RGB value is (160,218,92). Sum of RGB (Red+Green+Blue) = 160+218+92=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DA5C is #5F25A3. Grayscale: #BABABA. Windows color (decimal): -6235556 or 6085280. OLE color: 6085280.
HSL color Cylindrical-coordinate representation of color #A0DA5C: hue angle of 87.62º 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 #A0DA5C is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 92 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.15 |
| HSL | 87.62º | 0.63% | 0.61% | - |
| HSV(B) | 87.62º | 0.58% | 0.85% | - |
| XYZ | 41.5 | 58.39 | 19.21 | - |
| YUV | 186.29 | 74.78 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 92 | 0.27 | 0 | 0.58 | 0.15 | 87.62 | 0.63 | 0.61 |
| Hex | A0 | DA | 5C | 1B | 0 | 3A | F | 58 | 3F | 3D |
| Octal | 240 | 332 | 134 | 33 | 0 | 72 | 17 | 130 | 77 | 75 |
| Binary | 10100000 | 11011010 | 1011100 | 11011 | 0 | 111010 | 1111 | 1011000 | 111111 | 111101 |
Color Harmonies of #A0DA5C
Complementary color
Monochromatic Colors of #A0DA5C
Black with #A0DA5C
Text Example
Text Example
White with #A0DA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA5C; }
p { color: rgb(160,218,92); }
H1.HeaderClassName
{
color: #A0DA5C;
}
.AnyTagClassName
{
color: #A0DA5C;
}
</style>
background-color css
<style>
a { background-color: #A0DA5C; }
a { background-color: rgb(160,218,92); }
div.DivClassName
{
background-color: #A0DA5C;
}
.BgClassName
{
background-color: #A0DA5C;
}
</style>
border-color css
<style>
span { border-color: #A0DA5C; }
span { border-color: rgb(160,218,92); }
td.TdClassName
{
border-color: #A0DA5C;
}
.TagClassName
{
border-color: #A0DA5C;
}
</style>