Shades of Conifer #A5E560
Tints of Conifer #A5E560
RGB
CMYK
RGB Variations
Color information
#A5E560 (or 0xA5E560) is known color: Conifer. HEX triplet: A5, E5 and 60. RGB value is (165,229,96). Sum of RGB (Red+Green+Blue) = 165+229+96=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E560 is #5A1A9F. Grayscale: #C3C3C3. Windows color (decimal): -5905056 or 6350245. OLE color: 6350245.
HSL color Cylindrical-coordinate representation of color #A5E560: hue angle of 88.87º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5E560 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 229 | 96 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.10 |
| HSL | 88.87º | 0.72% | 0.64% | - |
| HSV(B) | 88.87º | 0.58% | 0.9% | - |
| XYZ | 45.65 | 64.88 | 21.18 | - |
| YUV | 194.7 | 72.3 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 96 | 0.28 | 0 | 0.58 | 0.10 | 88.87 | 0.72 | 0.64 |
| Hex | A5 | E5 | 60 | 1C | 0 | 3A | A | 59 | 48 | 40 |
| Octal | 245 | 345 | 140 | 34 | 0 | 72 | 12 | 131 | 110 | 100 |
| Binary | 10100101 | 11100101 | 1100000 | 11100 | 0 | 111010 | 1010 | 1011001 | 1001000 | 1000000 |
Color Harmonies of #A5E560
Complementary color
Monochromatic Colors of #A5E560
Black with #A5E560
Text Example
Text Example
White with #A5E560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E560; }
p { color: rgb(165,229,96); }
H1.HeaderClassName
{
color: #A5E560;
}
.AnyTagClassName
{
color: #A5E560;
}
</style>
background-color css
<style>
a { background-color: #A5E560; }
a { background-color: rgb(165,229,96); }
div.DivClassName
{
background-color: #A5E560;
}
.BgClassName
{
background-color: #A5E560;
}
</style>
border-color css
<style>
span { border-color: #A5E560; }
span { border-color: rgb(165,229,96); }
td.TdClassName
{
border-color: #A5E560;
}
.TagClassName
{
border-color: #A5E560;
}
</style>