Shades of Conifer #A4DD5E
Tints of Conifer #A4DD5E
RGB
CMYK
RGB Variations
Color information
#A4DD5E (or 0xA4DD5E) is known color: Conifer. HEX triplet: A4, DD and 5E. RGB value is (164,221,94). Sum of RGB (Red+Green+Blue) = 164+221+94=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DD5E is #5B22A1. Grayscale: #BDBDBD. Windows color (decimal): -5972642 or 6217124. OLE color: 6217124.
HSL color Cylindrical-coordinate representation of color #A4DD5E: hue angle of 86.93º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4DD5E is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 221 | 94 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.13 |
| HSL | 86.93º | 0.65% | 0.62% | - |
| HSV(B) | 86.93º | 0.57% | 0.87% | - |
| XYZ | 43.19 | 60.41 | 19.97 | - |
| YUV | 189.48 | 74.12 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 221 | 94 | 0.26 | 0 | 0.57 | 0.13 | 86.93 | 0.65 | 0.62 |
| Hex | A4 | DD | 5E | 1A | 0 | 39 | D | 57 | 41 | 3E |
| Octal | 244 | 335 | 136 | 32 | 0 | 71 | 15 | 127 | 101 | 76 |
| Binary | 10100100 | 11011101 | 1011110 | 11010 | 0 | 111001 | 1101 | 1010111 | 1000001 | 111110 |
Color Harmonies of #A4DD5E
Complementary color
Monochromatic Colors of #A4DD5E
Black with #A4DD5E
Text Example
Text Example
White with #A4DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DD5E; }
p { color: rgb(164,221,94); }
H1.HeaderClassName
{
color: #A4DD5E;
}
.AnyTagClassName
{
color: #A4DD5E;
}
</style>
background-color css
<style>
a { background-color: #A4DD5E; }
a { background-color: rgb(164,221,94); }
div.DivClassName
{
background-color: #A4DD5E;
}
.BgClassName
{
background-color: #A4DD5E;
}
</style>
border-color css
<style>
span { border-color: #A4DD5E; }
span { border-color: rgb(164,221,94); }
td.TdClassName
{
border-color: #A4DD5E;
}
.TagClassName
{
border-color: #A4DD5E;
}
</style>