Shades of Conifer #A4D45F
Tints of Conifer #A4D45F
RGB
CMYK
RGB Variations
Color information
#A4D45F (or 0xA4D45F) is known color: Conifer. HEX triplet: A4, D4 and 5F. RGB value is (164,212,95). Sum of RGB (Red+Green+Blue) = 164+212+95=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 95 (37.5% from 255 or 20.17% from 471); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D45F is #5B2BA0. Grayscale: #B8B8B8. Windows color (decimal): -5974945 or 6280356. OLE color: 6280356.
HSL color Cylindrical-coordinate representation of color #A4D45F: hue angle of 84.62º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4D45F is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 212 | 95 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.17 |
| HSL | 84.62º | 0.58% | 0.6% | - |
| HSV(B) | 84.62º | 0.55% | 0.83% | - |
| XYZ | 40.92 | 55.81 | 19.44 | - |
| YUV | 184.31 | 77.6 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 212 | 95 | 0.23 | 0 | 0.55 | 0.17 | 84.62 | 0.58 | 0.6 |
| Hex | A4 | D4 | 5F | 17 | 0 | 37 | 11 | 55 | 3A | 3C |
| Octal | 244 | 324 | 137 | 27 | 0 | 67 | 21 | 125 | 72 | 74 |
| Binary | 10100100 | 11010100 | 1011111 | 10111 | 0 | 110111 | 10001 | 1010101 | 111010 | 111100 |
Color Harmonies of #A4D45F
Complementary color
Monochromatic Colors of #A4D45F
Black with #A4D45F
Text Example
Text Example
White with #A4D45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D45F; }
p { color: rgb(164,212,95); }
H1.HeaderClassName
{
color: #A4D45F;
}
.AnyTagClassName
{
color: #A4D45F;
}
</style>
background-color css
<style>
a { background-color: #A4D45F; }
a { background-color: rgb(164,212,95); }
div.DivClassName
{
background-color: #A4D45F;
}
.BgClassName
{
background-color: #A4D45F;
}
</style>
border-color css
<style>
span { border-color: #A4D45F; }
span { border-color: rgb(164,212,95); }
td.TdClassName
{
border-color: #A4D45F;
}
.TagClassName
{
border-color: #A4D45F;
}
</style>