Shades of Conifer #A5E460
Tints of Conifer #A5E460
RGB
CMYK
RGB Variations
Color information
#A5E460 (or 0xA5E460) is known color: Conifer. HEX triplet: A5, E4 and 60. RGB value is (165,228,96). Sum of RGB (Red+Green+Blue) = 165+228+96=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 228 (89.45% from 255 or 46.63% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E460 is #5A1B9F. Grayscale: #C2C2C2. Windows color (decimal): -5905312 or 6349989. OLE color: 6349989.
HSL color Cylindrical-coordinate representation of color #A5E460: hue angle of 88.64º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5E460 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 228 | 96 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.11 |
| HSL | 88.64º | 0.71% | 0.64% | - |
| HSV(B) | 88.64º | 0.58% | 0.89% | - |
| XYZ | 45.37 | 64.33 | 21.09 | - |
| YUV | 194.12 | 72.63 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 228 | 96 | 0.28 | 0 | 0.58 | 0.11 | 88.64 | 0.71 | 0.64 |
| Hex | A5 | E4 | 60 | 1C | 0 | 3A | B | 59 | 47 | 40 |
| Octal | 245 | 344 | 140 | 34 | 0 | 72 | 13 | 131 | 107 | 100 |
| Binary | 10100101 | 11100100 | 1100000 | 11100 | 0 | 111010 | 1011 | 1011001 | 1000111 | 1000000 |
Color Harmonies of #A5E460
Complementary color
Monochromatic Colors of #A5E460
Black with #A5E460
Text Example
Text Example
White with #A5E460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E460; }
p { color: rgb(165,228,96); }
H1.HeaderClassName
{
color: #A5E460;
}
.AnyTagClassName
{
color: #A5E460;
}
</style>
background-color css
<style>
a { background-color: #A5E460; }
a { background-color: rgb(165,228,96); }
div.DivClassName
{
background-color: #A5E460;
}
.BgClassName
{
background-color: #A5E460;
}
</style>
border-color css
<style>
span { border-color: #A5E460; }
span { border-color: rgb(165,228,96); }
td.TdClassName
{
border-color: #A5E460;
}
.TagClassName
{
border-color: #A5E460;
}
</style>