Shades of Conifer #A5EC5E
Tints of Conifer #A5EC5E
RGB
CMYK
RGB Variations
Color information
#A5EC5E (or 0xA5EC5E) is known color: Conifer. HEX triplet: A5, EC and 5E. RGB value is (165,236,94). Sum of RGB (Red+Green+Blue) = 165+236+94=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 236 - color contains mainly: green. Hex color #A5EC5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5EC5E is #5A13A1. Grayscale: #C7C7C7. Windows color (decimal): -5903266 or 6220965. OLE color: 6220965.
HSL color Cylindrical-coordinate representation of color #A5EC5E: hue angle of 90º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5EC5E is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 236 | 94 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.07 |
| HSL | 90º | 0.79% | 0.65% | - |
| HSV(B) | 90º | 0.6% | 0.93% | - |
| XYZ | 47.53 | 68.8 | 21.36 | - |
| YUV | 198.58 | 68.98 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 236 | 94 | 0.30 | 0 | 0.60 | 0.07 | 90 | 0.79 | 0.65 |
| Hex | A5 | EC | 5E | 1E | 0 | 3C | 7 | 5A | 4F | 41 |
| Octal | 245 | 354 | 136 | 36 | 0 | 74 | 7 | 132 | 117 | 101 |
| Binary | 10100101 | 11101100 | 1011110 | 11110 | 0 | 111100 | 111 | 1011010 | 1001111 | 1000001 |
Color Harmonies of #A5EC5E
Complementary color
Monochromatic Colors of #A5EC5E
Black with #A5EC5E
Text Example
Text Example
White with #A5EC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EC5E; }
p { color: rgb(165,236,94); }
H1.HeaderClassName
{
color: #A5EC5E;
}
.AnyTagClassName
{
color: #A5EC5E;
}
</style>
background-color css
<style>
a { background-color: #A5EC5E; }
a { background-color: rgb(165,236,94); }
div.DivClassName
{
background-color: #A5EC5E;
}
.BgClassName
{
background-color: #A5EC5E;
}
</style>
border-color css
<style>
span { border-color: #A5EC5E; }
span { border-color: rgb(165,236,94); }
td.TdClassName
{
border-color: #A5EC5E;
}
.TagClassName
{
border-color: #A5EC5E;
}
</style>