Shades of Conifer #A5E15E
Tints of Conifer #A5E15E
RGB
CMYK
RGB Variations
Color information
#A5E15E (or 0xA5E15E) is known color: Conifer. HEX triplet: A5, E1 and 5E. RGB value is (165,225,94). Sum of RGB (Red+Green+Blue) = 165+225+94=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E15E is #5A1EA1. Grayscale: #C0C0C0. Windows color (decimal): -5906082 or 6218149. OLE color: 6218149.
HSL color Cylindrical-coordinate representation of color #A5E15E: hue angle of 87.48º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5E15E is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 94 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.12 |
| HSL | 87.48º | 0.69% | 0.63% | - |
| HSV(B) | 87.48º | 0.58% | 0.88% | - |
| XYZ | 44.46 | 62.66 | 20.34 | - |
| YUV | 192.13 | 72.62 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 94 | 0.27 | 0 | 0.58 | 0.12 | 87.48 | 0.69 | 0.63 |
| Hex | A5 | E1 | 5E | 1B | 0 | 3A | C | 57 | 45 | 3F |
| Octal | 245 | 341 | 136 | 33 | 0 | 72 | 14 | 127 | 105 | 77 |
| Binary | 10100101 | 11100001 | 1011110 | 11011 | 0 | 111010 | 1100 | 1010111 | 1000101 | 111111 |
Color Harmonies of #A5E15E
Complementary color
Monochromatic Colors of #A5E15E
Black with #A5E15E
Text Example
Text Example
White with #A5E15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E15E; }
p { color: rgb(165,225,94); }
H1.HeaderClassName
{
color: #A5E15E;
}
.AnyTagClassName
{
color: #A5E15E;
}
</style>
background-color css
<style>
a { background-color: #A5E15E; }
a { background-color: rgb(165,225,94); }
div.DivClassName
{
background-color: #A5E15E;
}
.BgClassName
{
background-color: #A5E15E;
}
</style>
border-color css
<style>
span { border-color: #A5E15E; }
span { border-color: rgb(165,225,94); }
td.TdClassName
{
border-color: #A5E15E;
}
.TagClassName
{
border-color: #A5E15E;
}
</style>