Shades of Conifer #A3CB60
Tints of Conifer #A3CB60
RGB
CMYK
RGB Variations
Color information
#A3CB60 (or 0xA3CB60) is known color: Conifer. HEX triplet: A3, CB and 60. RGB value is (163,203,96). Sum of RGB (Red+Green+Blue) = 163+203+96=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CB60 is #5C349F. Grayscale: #B3B3B3. Windows color (decimal): -6042784 or 6343587. OLE color: 6343587.
HSL color Cylindrical-coordinate representation of color #A3CB60: hue angle of 82.43º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3CB60 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 96 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.20 |
| HSL | 82.43º | 0.51% | 0.59% | - |
| HSV(B) | 82.43º | 0.53% | 0.8% | - |
| XYZ | 38.57 | 51.34 | 18.94 | - |
| YUV | 178.84 | 81.25 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 96 | 0.20 | 0 | 0.53 | 0.20 | 82.43 | 0.51 | 0.59 |
| Hex | A3 | CB | 60 | 14 | 0 | 35 | 14 | 52 | 33 | 3B |
| Octal | 243 | 313 | 140 | 24 | 0 | 65 | 24 | 122 | 63 | 73 |
| Binary | 10100011 | 11001011 | 1100000 | 10100 | 0 | 110101 | 10100 | 1010010 | 110011 | 111011 |
Color Harmonies of #A3CB60
Complementary color
Monochromatic Colors of #A3CB60
Black with #A3CB60
Text Example
Text Example
White with #A3CB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CB60; }
p { color: rgb(163,203,96); }
H1.HeaderClassName
{
color: #A3CB60;
}
.AnyTagClassName
{
color: #A3CB60;
}
</style>
background-color css
<style>
a { background-color: #A3CB60; }
a { background-color: rgb(163,203,96); }
div.DivClassName
{
background-color: #A3CB60;
}
.BgClassName
{
background-color: #A3CB60;
}
</style>
border-color css
<style>
span { border-color: #A3CB60; }
span { border-color: rgb(163,203,96); }
td.TdClassName
{
border-color: #A3CB60;
}
.TagClassName
{
border-color: #A3CB60;
}
</style>