Shades of Conifer #A4D65A
Tints of Conifer #A4D65A
RGB
CMYK
RGB Variations
Color information
#A4D65A (or 0xA4D65A) is known color: Conifer. HEX triplet: A4, D6 and 5A. RGB value is (164,214,90). Sum of RGB (Red+Green+Blue) = 164+214+90=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D65A is #5B29A5. Grayscale: #B9B9B9. Windows color (decimal): -5974438 or 5953188. OLE color: 5953188.
HSL color Cylindrical-coordinate representation of color #A4D65A: hue angle of 84.19º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A4D65A is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 214 | 90 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.16 |
| HSL | 84.19º | 0.6% | 0.6% | - |
| HSV(B) | 84.19º | 0.58% | 0.84% | - |
| XYZ | 41.2 | 56.72 | 18.45 | - |
| YUV | 184.91 | 74.44 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 214 | 90 | 0.23 | 0 | 0.58 | 0.16 | 84.19 | 0.6 | 0.6 |
| Hex | A4 | D6 | 5A | 17 | 0 | 3A | 10 | 54 | 3C | 3C |
| Octal | 244 | 326 | 132 | 27 | 0 | 72 | 20 | 124 | 74 | 74 |
| Binary | 10100100 | 11010110 | 1011010 | 10111 | 0 | 111010 | 10000 | 1010100 | 111100 | 111100 |
Color Harmonies of #A4D65A
Complementary color
Monochromatic Colors of #A4D65A
Black with #A4D65A
Text Example
Text Example
White with #A4D65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D65A; }
p { color: rgb(164,214,90); }
H1.HeaderClassName
{
color: #A4D65A;
}
.AnyTagClassName
{
color: #A4D65A;
}
</style>
background-color css
<style>
a { background-color: #A4D65A; }
a { background-color: rgb(164,214,90); }
div.DivClassName
{
background-color: #A4D65A;
}
.BgClassName
{
background-color: #A4D65A;
}
</style>
border-color css
<style>
span { border-color: #A4D65A; }
span { border-color: rgb(164,214,90); }
td.TdClassName
{
border-color: #A4D65A;
}
.TagClassName
{
border-color: #A4D65A;
}
</style>