Shades of Conifer #A5CF65
Tints of Conifer #A5CF65
RGB
CMYK
RGB Variations
Color information
#A5CF65 (or 0xA5CF65) is known color: Conifer. HEX triplet: A5, CF and 65. RGB value is (165,207,101). Sum of RGB (Red+Green+Blue) = 165+207+101=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CF65 is #5A309A. Grayscale: #B6B6B6. Windows color (decimal): -5910683 or 6672293. OLE color: 6672293.
HSL color Cylindrical-coordinate representation of color #A5CF65: hue angle of 83.77º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5CF65 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 207 | 101 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.19 |
| HSL | 83.77º | 0.52% | 0.6% | - |
| HSV(B) | 83.77º | 0.51% | 0.81% | - |
| XYZ | 40.18 | 53.56 | 20.53 | - |
| YUV | 182.36 | 82.09 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 207 | 101 | 0.20 | 0 | 0.51 | 0.19 | 83.77 | 0.52 | 0.6 |
| Hex | A5 | CF | 65 | 14 | 0 | 33 | 13 | 54 | 34 | 3C |
| Octal | 245 | 317 | 145 | 24 | 0 | 63 | 23 | 124 | 64 | 74 |
| Binary | 10100101 | 11001111 | 1100101 | 10100 | 0 | 110011 | 10011 | 1010100 | 110100 | 111100 |
Color Harmonies of #A5CF65
Complementary color
Monochromatic Colors of #A5CF65
Black with #A5CF65
Text Example
Text Example
White with #A5CF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CF65; }
p { color: rgb(165,207,101); }
H1.HeaderClassName
{
color: #A5CF65;
}
.AnyTagClassName
{
color: #A5CF65;
}
</style>
background-color css
<style>
a { background-color: #A5CF65; }
a { background-color: rgb(165,207,101); }
div.DivClassName
{
background-color: #A5CF65;
}
.BgClassName
{
background-color: #A5CF65;
}
</style>
border-color css
<style>
span { border-color: #A5CF65; }
span { border-color: rgb(165,207,101); }
td.TdClassName
{
border-color: #A5CF65;
}
.TagClassName
{
border-color: #A5CF65;
}
</style>