Shades of Conifer #A4D25E
Tints of Conifer #A4D25E
RGB
CMYK
RGB Variations
Color information
#A4D25E (or 0xA4D25E) is known color: Conifer. HEX triplet: A4, D2 and 5E. RGB value is (164,210,94). Sum of RGB (Red+Green+Blue) = 164+210+94=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D25E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D25E is #5B2DA1. Grayscale: #B7B7B7. Windows color (decimal): -5975458 or 6214308. OLE color: 6214308.
HSL color Cylindrical-coordinate representation of color #A4D25E: hue angle of 83.79º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4D25E is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 210 | 94 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.18 |
| HSL | 83.79º | 0.56% | 0.6% | - |
| HSV(B) | 83.79º | 0.55% | 0.82% | - |
| XYZ | 40.38 | 54.79 | 19.04 | - |
| YUV | 183.02 | 77.76 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 210 | 94 | 0.22 | 0 | 0.55 | 0.18 | 83.79 | 0.56 | 0.6 |
| Hex | A4 | D2 | 5E | 16 | 0 | 37 | 12 | 54 | 38 | 3C |
| Octal | 244 | 322 | 136 | 26 | 0 | 67 | 22 | 124 | 70 | 74 |
| Binary | 10100100 | 11010010 | 1011110 | 10110 | 0 | 110111 | 10010 | 1010100 | 111000 | 111100 |
Color Harmonies of #A4D25E
Complementary color
Monochromatic Colors of #A4D25E
Black with #A4D25E
Text Example
Text Example
White with #A4D25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D25E; }
p { color: rgb(164,210,94); }
H1.HeaderClassName
{
color: #A4D25E;
}
.AnyTagClassName
{
color: #A4D25E;
}
</style>
background-color css
<style>
a { background-color: #A4D25E; }
a { background-color: rgb(164,210,94); }
div.DivClassName
{
background-color: #A4D25E;
}
.BgClassName
{
background-color: #A4D25E;
}
</style>
border-color css
<style>
span { border-color: #A4D25E; }
span { border-color: rgb(164,210,94); }
td.TdClassName
{
border-color: #A4D25E;
}
.TagClassName
{
border-color: #A4D25E;
}
</style>