Shades of Conifer #A5E15F
Tints of Conifer #A5E15F
RGB
CMYK
RGB Variations
Color information
#A5E15F (or 0xA5E15F) is known color: Conifer. HEX triplet: A5, E1 and 5F. RGB value is (165,225,95). Sum of RGB (Red+Green+Blue) = 165+225+95=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E15F is #5A1EA0. Grayscale: #C0C0C0. Windows color (decimal): -5906081 or 6283685. OLE color: 6283685.
HSL color Cylindrical-coordinate representation of color #A5E15F: hue angle of 87.69º degrees, saturation: 0.68, 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 #A5E15F is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 95 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.12 |
| HSL | 87.69º | 0.68% | 0.63% | - |
| HSV(B) | 87.69º | 0.58% | 0.88% | - |
| XYZ | 44.51 | 62.68 | 20.58 | - |
| YUV | 192.24 | 73.12 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 95 | 0.27 | 0 | 0.58 | 0.12 | 87.69 | 0.68 | 0.63 |
| Hex | A5 | E1 | 5F | 1B | 0 | 3A | C | 58 | 44 | 3F |
| Octal | 245 | 341 | 137 | 33 | 0 | 72 | 14 | 130 | 104 | 77 |
| Binary | 10100101 | 11100001 | 1011111 | 11011 | 0 | 111010 | 1100 | 1011000 | 1000100 | 111111 |
Color Harmonies of #A5E15F
Complementary color
Monochromatic Colors of #A5E15F
Black with #A5E15F
Text Example
Text Example
White with #A5E15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E15F; }
p { color: rgb(165,225,95); }
H1.HeaderClassName
{
color: #A5E15F;
}
.AnyTagClassName
{
color: #A5E15F;
}
</style>
background-color css
<style>
a { background-color: #A5E15F; }
a { background-color: rgb(165,225,95); }
div.DivClassName
{
background-color: #A5E15F;
}
.BgClassName
{
background-color: #A5E15F;
}
</style>
border-color css
<style>
span { border-color: #A5E15F; }
span { border-color: rgb(165,225,95); }
td.TdClassName
{
border-color: #A5E15F;
}
.TagClassName
{
border-color: #A5E15F;
}
</style>