Shades of Conifer #A3CE52
Tints of Conifer #A3CE52
RGB
CMYK
RGB Variations
Color information
#A3CE52 (or 0xA3CE52) is known color: Conifer. HEX triplet: A3, CE and 52. RGB value is (163,206,82). Sum of RGB (Red+Green+Blue) = 163+206+82=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CE52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CE52 is #5C31AD. Grayscale: #B3B3B3. Windows color (decimal): -6042030 or 5426851. OLE color: 5426851.
HSL color Cylindrical-coordinate representation of color #A3CE52: hue angle of 80.81º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A3CE52 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 82 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.19 |
| HSL | 80.81º | 0.56% | 0.56% | - |
| HSV(B) | 80.81º | 0.6% | 0.81% | - |
| XYZ | 38.7 | 52.54 | 16.08 | - |
| YUV | 179.01 | 73.25 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 82 | 0.21 | 0 | 0.60 | 0.19 | 80.81 | 0.56 | 0.56 |
| Hex | A3 | CE | 52 | 15 | 0 | 3C | 13 | 51 | 38 | 38 |
| Octal | 243 | 316 | 122 | 25 | 0 | 74 | 23 | 121 | 70 | 70 |
| Binary | 10100011 | 11001110 | 1010010 | 10101 | 0 | 111100 | 10011 | 1010001 | 111000 | 111000 |
Color Harmonies of #A3CE52
Complementary color
Monochromatic Colors of #A3CE52
Black with #A3CE52
Text Example
Text Example
White with #A3CE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CE52; }
p { color: rgb(163,206,82); }
H1.HeaderClassName
{
color: #A3CE52;
}
.AnyTagClassName
{
color: #A3CE52;
}
</style>
background-color css
<style>
a { background-color: #A3CE52; }
a { background-color: rgb(163,206,82); }
div.DivClassName
{
background-color: #A3CE52;
}
.BgClassName
{
background-color: #A3CE52;
}
</style>
border-color css
<style>
span { border-color: #A3CE52; }
span { border-color: rgb(163,206,82); }
td.TdClassName
{
border-color: #A3CE52;
}
.TagClassName
{
border-color: #A3CE52;
}
</style>