Shades of Conifer #A5E45F
Tints of Conifer #A5E45F
RGB
CMYK
RGB Variations
Color information
#A5E45F (or 0xA5E45F) is known color: Conifer. HEX triplet: A5, E4 and 5F. RGB value is (165,228,95). Sum of RGB (Red+Green+Blue) = 165+228+95=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 95 (37.5% from 255 or 19.47% from 488); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E45F is #5A1BA0. Grayscale: #C2C2C2. Windows color (decimal): -5905313 or 6284453. OLE color: 6284453.
HSL color Cylindrical-coordinate representation of color #A5E45F: hue angle of 88.42º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5E45F is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 228 | 95 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.11 |
| HSL | 88.42º | 0.71% | 0.63% | - |
| HSV(B) | 88.42º | 0.58% | 0.89% | - |
| XYZ | 45.33 | 64.31 | 20.85 | - |
| YUV | 194 | 72.13 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 228 | 95 | 0.28 | 0 | 0.58 | 0.11 | 88.42 | 0.71 | 0.63 |
| Hex | A5 | E4 | 5F | 1C | 0 | 3A | B | 58 | 47 | 3F |
| Octal | 245 | 344 | 137 | 34 | 0 | 72 | 13 | 130 | 107 | 77 |
| Binary | 10100101 | 11100100 | 1011111 | 11100 | 0 | 111010 | 1011 | 1011000 | 1000111 | 111111 |
Color Harmonies of #A5E45F
Complementary color
Monochromatic Colors of #A5E45F
Black with #A5E45F
Text Example
Text Example
White with #A5E45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E45F; }
p { color: rgb(165,228,95); }
H1.HeaderClassName
{
color: #A5E45F;
}
.AnyTagClassName
{
color: #A5E45F;
}
</style>
background-color css
<style>
a { background-color: #A5E45F; }
a { background-color: rgb(165,228,95); }
div.DivClassName
{
background-color: #A5E45F;
}
.BgClassName
{
background-color: #A5E45F;
}
</style>
border-color css
<style>
span { border-color: #A5E45F; }
span { border-color: rgb(165,228,95); }
td.TdClassName
{
border-color: #A5E45F;
}
.TagClassName
{
border-color: #A5E45F;
}
</style>