Shades of Conifer #A5CF52
Tints of Conifer #A5CF52
RGB
CMYK
RGB Variations
Color information
#A5CF52 (or 0xA5CF52) is known color: Conifer. HEX triplet: A5, CF and 52. RGB value is (165,207,82). Sum of RGB (Red+Green+Blue) = 165+207+82=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 82 (32.42% from 255 or 18.06% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CF52 is #5A30AD. Grayscale: #B4B4B4. Windows color (decimal): -5910702 or 5427109. OLE color: 5427109.
HSL color Cylindrical-coordinate representation of color #A5CF52: hue angle of 80.16º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5CF52 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 207 | 82 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.19 |
| HSL | 80.16º | 0.57% | 0.57% | - |
| HSV(B) | 80.16º | 0.6% | 0.81% | - |
| XYZ | 39.35 | 53.23 | 16.18 | - |
| YUV | 180.19 | 72.59 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 207 | 82 | 0.20 | 0 | 0.60 | 0.19 | 80.16 | 0.57 | 0.57 |
| Hex | A5 | CF | 52 | 14 | 0 | 3C | 13 | 50 | 39 | 39 |
| Octal | 245 | 317 | 122 | 24 | 0 | 74 | 23 | 120 | 71 | 71 |
| Binary | 10100101 | 11001111 | 1010010 | 10100 | 0 | 111100 | 10011 | 1010000 | 111001 | 111001 |
Color Harmonies of #A5CF52
Complementary color
Monochromatic Colors of #A5CF52
Black with #A5CF52
Text Example
Text Example
White with #A5CF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CF52; }
p { color: rgb(165,207,82); }
H1.HeaderClassName
{
color: #A5CF52;
}
.AnyTagClassName
{
color: #A5CF52;
}
</style>
background-color css
<style>
a { background-color: #A5CF52; }
a { background-color: rgb(165,207,82); }
div.DivClassName
{
background-color: #A5CF52;
}
.BgClassName
{
background-color: #A5CF52;
}
</style>
border-color css
<style>
span { border-color: #A5CF52; }
span { border-color: rgb(165,207,82); }
td.TdClassName
{
border-color: #A5CF52;
}
.TagClassName
{
border-color: #A5CF52;
}
</style>