Shades of Conifer #A5E660
Tints of Conifer #A5E660
RGB
CMYK
RGB Variations
Color information
#A5E660 (or 0xA5E660) is known color: Conifer. HEX triplet: A5, E6 and 60. RGB value is (165,230,96). Sum of RGB (Red+Green+Blue) = 165+230+96=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 96 (37.89% from 255 or 19.55% from 491); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E660 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E660 is #5A199F. Grayscale: #C3C3C3. Windows color (decimal): -5904800 or 6350501. OLE color: 6350501.
HSL color Cylindrical-coordinate representation of color #A5E660: hue angle of 89.1º degrees, saturation: 0.73, 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 #A5E660 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 230 | 96 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.10 |
| HSL | 89.1º | 0.73% | 0.64% | - |
| HSV(B) | 89.1º | 0.58% | 0.9% | - |
| XYZ | 45.93 | 65.44 | 21.28 | - |
| YUV | 195.29 | 71.97 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 230 | 96 | 0.28 | 0 | 0.58 | 0.10 | 89.1 | 0.73 | 0.64 |
| Hex | A5 | E6 | 60 | 1C | 0 | 3A | A | 59 | 49 | 40 |
| Octal | 245 | 346 | 140 | 34 | 0 | 72 | 12 | 131 | 111 | 100 |
| Binary | 10100101 | 11100110 | 1100000 | 11100 | 0 | 111010 | 1010 | 1011001 | 1001001 | 1000000 |
Color Harmonies of #A5E660
Complementary color
Monochromatic Colors of #A5E660
Black with #A5E660
Text Example
Text Example
White with #A5E660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E660; }
p { color: rgb(165,230,96); }
H1.HeaderClassName
{
color: #A5E660;
}
.AnyTagClassName
{
color: #A5E660;
}
</style>
background-color css
<style>
a { background-color: #A5E660; }
a { background-color: rgb(165,230,96); }
div.DivClassName
{
background-color: #A5E660;
}
.BgClassName
{
background-color: #A5E660;
}
</style>
border-color css
<style>
span { border-color: #A5E660; }
span { border-color: rgb(165,230,96); }
td.TdClassName
{
border-color: #A5E660;
}
.TagClassName
{
border-color: #A5E660;
}
</style>