Shades of Conifer #A0C95B
Tints of Conifer #A0C95B
RGB
CMYK
RGB Variations
Color information
#A0C95B (or 0xA0C95B) is known color: Conifer. HEX triplet: A0, C9 and 5B. RGB value is (160,201,91). Sum of RGB (Red+Green+Blue) = 160+201+91=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C95B is #5F36A4. Grayscale: #B0B0B0. Windows color (decimal): -6239909 or 6015392. OLE color: 6015392.
HSL color Cylindrical-coordinate representation of color #A0C95B: hue angle of 82.36º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0C95B is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 91 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.21 |
| HSL | 82.36º | 0.5% | 0.57% | - |
| HSV(B) | 82.36º | 0.55% | 0.79% | - |
| XYZ | 37.27 | 50 | 17.58 | - |
| YUV | 176.2 | 79.92 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 91 | 0.20 | 0 | 0.55 | 0.21 | 82.36 | 0.5 | 0.57 |
| Hex | A0 | C9 | 5B | 14 | 0 | 37 | 15 | 52 | 32 | 39 |
| Octal | 240 | 311 | 133 | 24 | 0 | 67 | 25 | 122 | 62 | 71 |
| Binary | 10100000 | 11001001 | 1011011 | 10100 | 0 | 110111 | 10101 | 1010010 | 110010 | 111001 |
Color Harmonies of #A0C95B
Complementary color
Monochromatic Colors of #A0C95B
Black with #A0C95B
Text Example
Text Example
White with #A0C95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C95B; }
p { color: rgb(160,201,91); }
H1.HeaderClassName
{
color: #A0C95B;
}
.AnyTagClassName
{
color: #A0C95B;
}
</style>
background-color css
<style>
a { background-color: #A0C95B; }
a { background-color: rgb(160,201,91); }
div.DivClassName
{
background-color: #A0C95B;
}
.BgClassName
{
background-color: #A0C95B;
}
</style>
border-color css
<style>
span { border-color: #A0C95B; }
span { border-color: rgb(160,201,91); }
td.TdClassName
{
border-color: #A0C95B;
}
.TagClassName
{
border-color: #A0C95B;
}
</style>