Shades of Conifer #A8DB47
Tints of Conifer #A8DB47
RGB
CMYK
RGB Variations
Color information
#A8DB47 (or 0xA8DB47) is known color: Conifer. HEX triplet: A8, DB and 47. RGB value is (168,219,71). Sum of RGB (Red+Green+Blue) = 168+219+71=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 71 (28.12% from 255 or 15.50% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DB47 is #5724B8. Grayscale: #BBBBBB. Windows color (decimal): -5711033 or 4709288. OLE color: 4709288.
HSL color Cylindrical-coordinate representation of color #A8DB47: hue angle of 80.68º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8DB47 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 71 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.14 |
| HSL | 80.68º | 0.67% | 0.57% | - |
| HSV(B) | 80.68º | 0.68% | 0.86% | - |
| XYZ | 42.62 | 59.44 | 15.19 | - |
| YUV | 186.88 | 62.6 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 71 | 0.23 | 0 | 0.68 | 0.14 | 80.68 | 0.67 | 0.57 |
| Hex | A8 | DB | 47 | 17 | 0 | 44 | E | 51 | 43 | 39 |
| Octal | 250 | 333 | 107 | 27 | 0 | 104 | 16 | 121 | 103 | 71 |
| Binary | 10101000 | 11011011 | 1000111 | 10111 | 0 | 1000100 | 1110 | 1010001 | 1000011 | 111001 |
Color Harmonies of #A8DB47
Complementary color
Monochromatic Colors of #A8DB47
Black with #A8DB47
Text Example
Text Example
White with #A8DB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DB47; }
p { color: rgb(168,219,71); }
H1.HeaderClassName
{
color: #A8DB47;
}
.AnyTagClassName
{
color: #A8DB47;
}
</style>
background-color css
<style>
a { background-color: #A8DB47; }
a { background-color: rgb(168,219,71); }
div.DivClassName
{
background-color: #A8DB47;
}
.BgClassName
{
background-color: #A8DB47;
}
</style>
border-color css
<style>
span { border-color: #A8DB47; }
span { border-color: rgb(168,219,71); }
td.TdClassName
{
border-color: #A8DB47;
}
.TagClassName
{
border-color: #A8DB47;
}
</style>