Shades of Conifer #A4DB58
Tints of Conifer #A4DB58
RGB
CMYK
RGB Variations
Color information
#A4DB58 (or 0xA4DB58) is known color: Conifer. HEX triplet: A4, DB and 58. RGB value is (164,219,88). Sum of RGB (Red+Green+Blue) = 164+219+88=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DB58 is #5B24A7. Grayscale: #BCBCBC. Windows color (decimal): -5973160 or 5823396. OLE color: 5823396.
HSL color Cylindrical-coordinate representation of color #A4DB58: hue angle of 85.19º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4DB58 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 88 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.14 |
| HSL | 85.19º | 0.65% | 0.6% | - |
| HSV(B) | 85.19º | 0.6% | 0.86% | - |
| XYZ | 42.4 | 59.26 | 18.44 | - |
| YUV | 187.62 | 71.78 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 88 | 0.25 | 0 | 0.60 | 0.14 | 85.19 | 0.65 | 0.6 |
| Hex | A4 | DB | 58 | 19 | 0 | 3C | E | 55 | 41 | 3C |
| Octal | 244 | 333 | 130 | 31 | 0 | 74 | 16 | 125 | 101 | 74 |
| Binary | 10100100 | 11011011 | 1011000 | 11001 | 0 | 111100 | 1110 | 1010101 | 1000001 | 111100 |
Color Harmonies of #A4DB58
Complementary color
Monochromatic Colors of #A4DB58
Black with #A4DB58
Text Example
Text Example
White with #A4DB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DB58; }
p { color: rgb(164,219,88); }
H1.HeaderClassName
{
color: #A4DB58;
}
.AnyTagClassName
{
color: #A4DB58;
}
</style>
background-color css
<style>
a { background-color: #A4DB58; }
a { background-color: rgb(164,219,88); }
div.DivClassName
{
background-color: #A4DB58;
}
.BgClassName
{
background-color: #A4DB58;
}
</style>
border-color css
<style>
span { border-color: #A4DB58; }
span { border-color: rgb(164,219,88); }
td.TdClassName
{
border-color: #A4DB58;
}
.TagClassName
{
border-color: #A4DB58;
}
</style>