Shades of Conifer #A3CC56
Tints of Conifer #A3CC56
RGB
CMYK
RGB Variations
Color information
#A3CC56 (or 0xA3CC56) is known color: Conifer. HEX triplet: A3, CC and 56. RGB value is (163,204,86). Sum of RGB (Red+Green+Blue) = 163+204+86=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 86 (33.98% from 255 or 18.98% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CC56 is #5C33A9. Grayscale: #B2B2B2. Windows color (decimal): -6042538 or 5688483. OLE color: 5688483.
HSL color Cylindrical-coordinate representation of color #A3CC56: hue angle of 80.85º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A3CC56 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 204 | 86 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.2 |
| HSL | 80.85º | 0.54% | 0.57% | - |
| HSV(B) | 80.85º | 0.58% | 0.8% | - |
| XYZ | 38.38 | 51.64 | 16.75 | - |
| YUV | 178.29 | 75.92 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 86 | 0.20 | 0 | 0.58 | 0.2 | 80.85 | 0.54 | 0.57 |
| Hex | A3 | CC | 56 | 14 | 0 | 3A | 14 | 51 | 36 | 39 |
| Octal | 243 | 314 | 126 | 24 | 0 | 72 | 24 | 121 | 66 | 71 |
| Binary | 10100011 | 11001100 | 1010110 | 10100 | 0 | 111010 | 10100 | 1010001 | 110110 | 111001 |
Color Harmonies of #A3CC56
Complementary color
Monochromatic Colors of #A3CC56
Black with #A3CC56
Text Example
Text Example
White with #A3CC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CC56; }
p { color: rgb(163,204,86); }
H1.HeaderClassName
{
color: #A3CC56;
}
.AnyTagClassName
{
color: #A3CC56;
}
</style>
background-color css
<style>
a { background-color: #A3CC56; }
a { background-color: rgb(163,204,86); }
div.DivClassName
{
background-color: #A3CC56;
}
.BgClassName
{
background-color: #A3CC56;
}
</style>
border-color css
<style>
span { border-color: #A3CC56; }
span { border-color: rgb(163,204,86); }
td.TdClassName
{
border-color: #A3CC56;
}
.TagClassName
{
border-color: #A3CC56;
}
</style>