Shades of Conifer #A0CB54
Tints of Conifer #A0CB54
RGB
CMYK
RGB Variations
Color information
#A0CB54 (or 0xA0CB54) is known color: Conifer. HEX triplet: A0, CB and 54. RGB value is (160,203,84). Sum of RGB (Red+Green+Blue) = 160+203+84=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 84 (33.20% from 255 or 18.79% from 447); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CB54 is #5F34AB. Grayscale: #B1B1B1. Windows color (decimal): -6239404 or 5557152. OLE color: 5557152.
HSL color Cylindrical-coordinate representation of color #A0CB54: hue angle of 81.68º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0CB54 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 84 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.20 |
| HSL | 81.68º | 0.53% | 0.56% | - |
| HSV(B) | 81.68º | 0.59% | 0.8% | - |
| XYZ | 37.45 | 50.83 | 16.22 | - |
| YUV | 176.58 | 75.75 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 84 | 0.21 | 0 | 0.59 | 0.20 | 81.68 | 0.53 | 0.56 |
| Hex | A0 | CB | 54 | 15 | 0 | 3B | 14 | 52 | 35 | 38 |
| Octal | 240 | 313 | 124 | 25 | 0 | 73 | 24 | 122 | 65 | 70 |
| Binary | 10100000 | 11001011 | 1010100 | 10101 | 0 | 111011 | 10100 | 1010010 | 110101 | 111000 |
Color Harmonies of #A0CB54
Complementary color
Monochromatic Colors of #A0CB54
Black with #A0CB54
Text Example
Text Example
White with #A0CB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CB54; }
p { color: rgb(160,203,84); }
H1.HeaderClassName
{
color: #A0CB54;
}
.AnyTagClassName
{
color: #A0CB54;
}
</style>
background-color css
<style>
a { background-color: #A0CB54; }
a { background-color: rgb(160,203,84); }
div.DivClassName
{
background-color: #A0CB54;
}
.BgClassName
{
background-color: #A0CB54;
}
</style>
border-color css
<style>
span { border-color: #A0CB54; }
span { border-color: rgb(160,203,84); }
td.TdClassName
{
border-color: #A0CB54;
}
.TagClassName
{
border-color: #A0CB54;
}
</style>