Shades of Conifer #A5E960
Tints of Conifer #A5E960
RGB
CMYK
RGB Variations
Color information
#A5E960 (or 0xA5E960) is known color: Conifer. HEX triplet: A5, E9 and 60. RGB value is (165,233,96). Sum of RGB (Red+Green+Blue) = 165+233+96=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 233 (91.41% from 255 or 47.17% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E960 is #5A169F. Grayscale: #C5C5C5. Windows color (decimal): -5904032 or 6351269. OLE color: 6351269.
HSL color Cylindrical-coordinate representation of color #A5E960: hue angle of 89.78º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5E960 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 233 | 96 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.09 |
| HSL | 89.78º | 0.76% | 0.65% | - |
| HSV(B) | 89.78º | 0.59% | 0.91% | - |
| XYZ | 46.77 | 67.12 | 21.56 | - |
| YUV | 197.05 | 70.97 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 233 | 96 | 0.29 | 0 | 0.59 | 0.09 | 89.78 | 0.76 | 0.65 |
| Hex | A5 | E9 | 60 | 1D | 0 | 3B | 9 | 5A | 4C | 41 |
| Octal | 245 | 351 | 140 | 35 | 0 | 73 | 11 | 132 | 114 | 101 |
| Binary | 10100101 | 11101001 | 1100000 | 11101 | 0 | 111011 | 1001 | 1011010 | 1001100 | 1000001 |
Color Harmonies of #A5E960
Complementary color
Monochromatic Colors of #A5E960
Black with #A5E960
Text Example
Text Example
White with #A5E960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E960; }
p { color: rgb(165,233,96); }
H1.HeaderClassName
{
color: #A5E960;
}
.AnyTagClassName
{
color: #A5E960;
}
</style>
background-color css
<style>
a { background-color: #A5E960; }
a { background-color: rgb(165,233,96); }
div.DivClassName
{
background-color: #A5E960;
}
.BgClassName
{
background-color: #A5E960;
}
</style>
border-color css
<style>
span { border-color: #A5E960; }
span { border-color: rgb(165,233,96); }
td.TdClassName
{
border-color: #A5E960;
}
.TagClassName
{
border-color: #A5E960;
}
</style>