Shades of Conifer #A4CE52
Tints of Conifer #A4CE52
RGB
CMYK
RGB Variations
Color information
#A4CE52 (or 0xA4CE52) is known color: Conifer. HEX triplet: A4, CE and 52. RGB value is (164,206,82). Sum of RGB (Red+Green+Blue) = 164+206+82=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CE52 is #5B31AD. Grayscale: #B3B3B3. Windows color (decimal): -5976494 or 5426852. OLE color: 5426852.
HSL color Cylindrical-coordinate representation of color #A4CE52: hue angle of 80.32º 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 #A4CE52 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 206 | 82 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.19 |
| HSL | 80.32º | 0.56% | 0.56% | - |
| HSV(B) | 80.32º | 0.6% | 0.81% | - |
| XYZ | 38.9 | 52.64 | 16.09 | - |
| YUV | 179.31 | 73.09 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 206 | 82 | 0.20 | 0 | 0.60 | 0.19 | 80.32 | 0.56 | 0.56 |
| Hex | A4 | CE | 52 | 14 | 0 | 3C | 13 | 50 | 38 | 38 |
| Octal | 244 | 316 | 122 | 24 | 0 | 74 | 23 | 120 | 70 | 70 |
| Binary | 10100100 | 11001110 | 1010010 | 10100 | 0 | 111100 | 10011 | 1010000 | 111000 | 111000 |
Color Harmonies of #A4CE52
Complementary color
Monochromatic Colors of #A4CE52
Black with #A4CE52
Text Example
Text Example
White with #A4CE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CE52; }
p { color: rgb(164,206,82); }
H1.HeaderClassName
{
color: #A4CE52;
}
.AnyTagClassName
{
color: #A4CE52;
}
</style>
background-color css
<style>
a { background-color: #A4CE52; }
a { background-color: rgb(164,206,82); }
div.DivClassName
{
background-color: #A4CE52;
}
.BgClassName
{
background-color: #A4CE52;
}
</style>
border-color css
<style>
span { border-color: #A4CE52; }
span { border-color: rgb(164,206,82); }
td.TdClassName
{
border-color: #A4CE52;
}
.TagClassName
{
border-color: #A4CE52;
}
</style>