Shades of Conifer #A8DB58
Tints of Conifer #A8DB58
RGB
CMYK
RGB Variations
Color information
#A8DB58 (or 0xA8DB58) is known color: Conifer. HEX triplet: A8, DB and 58. RGB value is (168,219,88). Sum of RGB (Red+Green+Blue) = 168+219+88=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 88 (34.77% from 255 or 18.53% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DB58 is #5724A7. Grayscale: #BDBDBD. Windows color (decimal): -5711016 or 5823400. OLE color: 5823400.
HSL color Cylindrical-coordinate representation of color #A8DB58: hue angle of 83.36º 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 #A8DB58 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 88 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.14 |
| HSL | 83.36º | 0.65% | 0.6% | - |
| HSV(B) | 83.36º | 0.6% | 0.86% | - |
| XYZ | 43.24 | 59.69 | 18.48 | - |
| YUV | 188.82 | 71.1 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 88 | 0.23 | 0 | 0.60 | 0.14 | 83.36 | 0.65 | 0.6 |
| Hex | A8 | DB | 58 | 17 | 0 | 3C | E | 53 | 41 | 3C |
| Octal | 250 | 333 | 130 | 27 | 0 | 74 | 16 | 123 | 101 | 74 |
| Binary | 10101000 | 11011011 | 1011000 | 10111 | 0 | 111100 | 1110 | 1010011 | 1000001 | 111100 |
Color Harmonies of #A8DB58
Complementary color
Monochromatic Colors of #A8DB58
Black with #A8DB58
Text Example
Text Example
White with #A8DB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DB58; }
p { color: rgb(168,219,88); }
H1.HeaderClassName
{
color: #A8DB58;
}
.AnyTagClassName
{
color: #A8DB58;
}
</style>
background-color css
<style>
a { background-color: #A8DB58; }
a { background-color: rgb(168,219,88); }
div.DivClassName
{
background-color: #A8DB58;
}
.BgClassName
{
background-color: #A8DB58;
}
</style>
border-color css
<style>
span { border-color: #A8DB58; }
span { border-color: rgb(168,219,88); }
td.TdClassName
{
border-color: #A8DB58;
}
.TagClassName
{
border-color: #A8DB58;
}
</style>