Shades of Conifer #A5EC4D
Tints of Conifer #A5EC4D
RGB
CMYK
RGB Variations
Color information
#A5EC4D (or 0xA5EC4D) is known color: Conifer. HEX triplet: A5, EC and 4D. RGB value is (165,236,77). Sum of RGB (Red+Green+Blue) = 165+236+77=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 77 (30.47% from 255 or 16.11% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #A5EC4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5EC4D is #5A13B2. Grayscale: #C5C5C5. Windows color (decimal): -5903283 or 5106853. OLE color: 5106853.
HSL color Cylindrical-coordinate representation of color #A5EC4D: hue angle of 86.79º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5EC4D is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 236 | 77 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.07 |
| HSL | 86.79º | 0.81% | 0.61% | - |
| HSV(B) | 86.79º | 0.67% | 0.93% | - |
| XYZ | 46.85 | 68.53 | 17.78 | - |
| YUV | 196.65 | 60.48 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 236 | 77 | 0.30 | 0 | 0.67 | 0.07 | 86.79 | 0.81 | 0.61 |
| Hex | A5 | EC | 4D | 1E | 0 | 43 | 7 | 57 | 51 | 3D |
| Octal | 245 | 354 | 115 | 36 | 0 | 103 | 7 | 127 | 121 | 75 |
| Binary | 10100101 | 11101100 | 1001101 | 11110 | 0 | 1000011 | 111 | 1010111 | 1010001 | 111101 |
Color Harmonies of #A5EC4D
Complementary color
Monochromatic Colors of #A5EC4D
Black with #A5EC4D
Text Example
Text Example
White with #A5EC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EC4D; }
p { color: rgb(165,236,77); }
H1.HeaderClassName
{
color: #A5EC4D;
}
.AnyTagClassName
{
color: #A5EC4D;
}
</style>
background-color css
<style>
a { background-color: #A5EC4D; }
a { background-color: rgb(165,236,77); }
div.DivClassName
{
background-color: #A5EC4D;
}
.BgClassName
{
background-color: #A5EC4D;
}
</style>
border-color css
<style>
span { border-color: #A5EC4D; }
span { border-color: rgb(165,236,77); }
td.TdClassName
{
border-color: #A5EC4D;
}
.TagClassName
{
border-color: #A5EC4D;
}
</style>