Shades of Conifer #A5E24E
Tints of Conifer #A5E24E
RGB
CMYK
RGB Variations
Color information
#A5E24E (or 0xA5E24E) is known color: Conifer. HEX triplet: A5, E2 and 4E. RGB value is (165,226,78). Sum of RGB (Red+Green+Blue) = 165+226+78=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E24E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E24E is #5A1DB1. Grayscale: #BFBFBF. Windows color (decimal): -5905842 or 5169829. OLE color: 5169829.
HSL color Cylindrical-coordinate representation of color #A5E24E: hue angle of 84.73º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5E24E is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 226 | 78 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.11 |
| HSL | 84.73º | 0.72% | 0.6% | - |
| HSV(B) | 84.73º | 0.65% | 0.89% | - |
| XYZ | 44.09 | 62.94 | 17.03 | - |
| YUV | 190.89 | 64.29 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 226 | 78 | 0.27 | 0 | 0.65 | 0.11 | 84.73 | 0.72 | 0.6 |
| Hex | A5 | E2 | 4E | 1B | 0 | 41 | B | 55 | 48 | 3C |
| Octal | 245 | 342 | 116 | 33 | 0 | 101 | 13 | 125 | 110 | 74 |
| Binary | 10100101 | 11100010 | 1001110 | 11011 | 0 | 1000001 | 1011 | 1010101 | 1001000 | 111100 |
Color Harmonies of #A5E24E
Complementary color
Monochromatic Colors of #A5E24E
Black with #A5E24E
Text Example
Text Example
White with #A5E24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E24E; }
p { color: rgb(165,226,78); }
H1.HeaderClassName
{
color: #A5E24E;
}
.AnyTagClassName
{
color: #A5E24E;
}
</style>
background-color css
<style>
a { background-color: #A5E24E; }
a { background-color: rgb(165,226,78); }
div.DivClassName
{
background-color: #A5E24E;
}
.BgClassName
{
background-color: #A5E24E;
}
</style>
border-color css
<style>
span { border-color: #A5E24E; }
span { border-color: rgb(165,226,78); }
td.TdClassName
{
border-color: #A5E24E;
}
.TagClassName
{
border-color: #A5E24E;
}
</style>