Shades of Conifer #A0C95C
Tints of Conifer #A0C95C
RGB
CMYK
RGB Variations
Color information
#A0C95C (or 0xA0C95C) is known color: Conifer. HEX triplet: A0, C9 and 5C. RGB value is (160,201,92). Sum of RGB (Red+Green+Blue) = 160+201+92=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C95C is #5F36A3. Grayscale: #B0B0B0. Windows color (decimal): -6239908 or 6080928. OLE color: 6080928.
HSL color Cylindrical-coordinate representation of color #A0C95C: hue angle of 82.57º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0C95C is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 92 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.21 |
| HSL | 82.57º | 0.5% | 0.57% | - |
| HSV(B) | 82.57º | 0.54% | 0.79% | - |
| XYZ | 37.32 | 50.02 | 17.81 | - |
| YUV | 176.32 | 80.42 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 92 | 0.20 | 0 | 0.54 | 0.21 | 82.57 | 0.5 | 0.57 |
| Hex | A0 | C9 | 5C | 14 | 0 | 36 | 15 | 53 | 32 | 39 |
| Octal | 240 | 311 | 134 | 24 | 0 | 66 | 25 | 123 | 62 | 71 |
| Binary | 10100000 | 11001001 | 1011100 | 10100 | 0 | 110110 | 10101 | 1010011 | 110010 | 111001 |
Color Harmonies of #A0C95C
Complementary color
Monochromatic Colors of #A0C95C
Black with #A0C95C
Text Example
Text Example
White with #A0C95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C95C; }
p { color: rgb(160,201,92); }
H1.HeaderClassName
{
color: #A0C95C;
}
.AnyTagClassName
{
color: #A0C95C;
}
</style>
background-color css
<style>
a { background-color: #A0C95C; }
a { background-color: rgb(160,201,92); }
div.DivClassName
{
background-color: #A0C95C;
}
.BgClassName
{
background-color: #A0C95C;
}
</style>
border-color css
<style>
span { border-color: #A0C95C; }
span { border-color: rgb(160,201,92); }
td.TdClassName
{
border-color: #A0C95C;
}
.TagClassName
{
border-color: #A0C95C;
}
</style>