Shades of Conifer #A0CB5B
Tints of Conifer #A0CB5B
RGB
CMYK
RGB Variations
Color information
#A0CB5B (or 0xA0CB5B) is known color: Conifer. HEX triplet: A0, CB and 5B. RGB value is (160,203,91). Sum of RGB (Red+Green+Blue) = 160+203+91=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CB5B is #5F34A4. Grayscale: #B1B1B1. Windows color (decimal): -6239397 or 6015904. OLE color: 6015904.
HSL color Cylindrical-coordinate representation of color #A0CB5B: hue angle of 83.04º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0CB5B is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 91 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.20 |
| HSL | 83.04º | 0.52% | 0.58% | - |
| HSV(B) | 83.04º | 0.55% | 0.8% | - |
| XYZ | 37.74 | 50.94 | 17.74 | - |
| YUV | 177.38 | 79.25 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 91 | 0.21 | 0 | 0.55 | 0.20 | 83.04 | 0.52 | 0.58 |
| Hex | A0 | CB | 5B | 15 | 0 | 37 | 14 | 53 | 34 | 3A |
| Octal | 240 | 313 | 133 | 25 | 0 | 67 | 24 | 123 | 64 | 72 |
| Binary | 10100000 | 11001011 | 1011011 | 10101 | 0 | 110111 | 10100 | 1010011 | 110100 | 111010 |
Color Harmonies of #A0CB5B
Complementary color
Monochromatic Colors of #A0CB5B
Black with #A0CB5B
Text Example
Text Example
White with #A0CB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CB5B; }
p { color: rgb(160,203,91); }
H1.HeaderClassName
{
color: #A0CB5B;
}
.AnyTagClassName
{
color: #A0CB5B;
}
</style>
background-color css
<style>
a { background-color: #A0CB5B; }
a { background-color: rgb(160,203,91); }
div.DivClassName
{
background-color: #A0CB5B;
}
.BgClassName
{
background-color: #A0CB5B;
}
</style>
border-color css
<style>
span { border-color: #A0CB5B; }
span { border-color: rgb(160,203,91); }
td.TdClassName
{
border-color: #A0CB5B;
}
.TagClassName
{
border-color: #A0CB5B;
}
</style>