Shades of Conifer #A3CE56
Tints of Conifer #A3CE56
RGB
CMYK
RGB Variations
Color information
#A3CE56 (or 0xA3CE56) is known color: Conifer. HEX triplet: A3, CE and 56. RGB value is (163,206,86). Sum of RGB (Red+Green+Blue) = 163+206+86=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CE56 is #5C31A9. Grayscale: #B3B3B3. Windows color (decimal): -6042026 or 5688995. OLE color: 5688995.
HSL color Cylindrical-coordinate representation of color #A3CE56: hue angle of 81.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A3CE56 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 86 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.19 |
| HSL | 81.5º | 0.55% | 0.57% | - |
| HSV(B) | 81.5º | 0.58% | 0.81% | - |
| XYZ | 38.86 | 52.6 | 16.91 | - |
| YUV | 179.46 | 75.25 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 86 | 0.21 | 0 | 0.58 | 0.19 | 81.5 | 0.55 | 0.57 |
| Hex | A3 | CE | 56 | 15 | 0 | 3A | 13 | 52 | 37 | 39 |
| Octal | 243 | 316 | 126 | 25 | 0 | 72 | 23 | 122 | 67 | 71 |
| Binary | 10100011 | 11001110 | 1010110 | 10101 | 0 | 111010 | 10011 | 1010010 | 110111 | 111001 |
Color Harmonies of #A3CE56
Complementary color
Monochromatic Colors of #A3CE56
Black with #A3CE56
Text Example
Text Example
White with #A3CE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CE56; }
p { color: rgb(163,206,86); }
H1.HeaderClassName
{
color: #A3CE56;
}
.AnyTagClassName
{
color: #A3CE56;
}
</style>
background-color css
<style>
a { background-color: #A3CE56; }
a { background-color: rgb(163,206,86); }
div.DivClassName
{
background-color: #A3CE56;
}
.BgClassName
{
background-color: #A3CE56;
}
</style>
border-color css
<style>
span { border-color: #A3CE56; }
span { border-color: rgb(163,206,86); }
td.TdClassName
{
border-color: #A3CE56;
}
.TagClassName
{
border-color: #A3CE56;
}
</style>