Shades of Conifer #A4DA52
Tints of Conifer #A4DA52
RGB
CMYK
RGB Variations
Color information
#A4DA52 (or 0xA4DA52) is known color: Conifer. HEX triplet: A4, DA and 52. RGB value is (164,218,82). Sum of RGB (Red+Green+Blue) = 164+218+82=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DA52 is #5B25AD. Grayscale: #BABABA. Windows color (decimal): -5973422 or 5429924. OLE color: 5429924.
HSL color Cylindrical-coordinate representation of color #A4DA52: hue angle of 83.82º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4DA52 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 218 | 82 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.15 |
| HSL | 83.82º | 0.65% | 0.59% | - |
| HSV(B) | 83.82º | 0.62% | 0.85% | - |
| XYZ | 41.9 | 58.64 | 17.09 | - |
| YUV | 186.35 | 69.11 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 218 | 82 | 0.25 | 0 | 0.62 | 0.15 | 83.82 | 0.65 | 0.59 |
| Hex | A4 | DA | 52 | 19 | 0 | 3E | F | 54 | 41 | 3B |
| Octal | 244 | 332 | 122 | 31 | 0 | 76 | 17 | 124 | 101 | 73 |
| Binary | 10100100 | 11011010 | 1010010 | 11001 | 0 | 111110 | 1111 | 1010100 | 1000001 | 111011 |
Color Harmonies of #A4DA52
Complementary color
Monochromatic Colors of #A4DA52
Black with #A4DA52
Text Example
Text Example
White with #A4DA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DA52; }
p { color: rgb(164,218,82); }
H1.HeaderClassName
{
color: #A4DA52;
}
.AnyTagClassName
{
color: #A4DA52;
}
</style>
background-color css
<style>
a { background-color: #A4DA52; }
a { background-color: rgb(164,218,82); }
div.DivClassName
{
background-color: #A4DA52;
}
.BgClassName
{
background-color: #A4DA52;
}
</style>
border-color css
<style>
span { border-color: #A4DA52; }
span { border-color: rgb(164,218,82); }
td.TdClassName
{
border-color: #A4DA52;
}
.TagClassName
{
border-color: #A4DA52;
}
</style>