Shades of Conifer #A8DC47
Tints of Conifer #A8DC47
RGB
CMYK
RGB Variations
Color information
#A8DC47 (or 0xA8DC47) is known color: Conifer. HEX triplet: A8, DC and 47. RGB value is (168,220,71). Sum of RGB (Red+Green+Blue) = 168+220+71=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 71 (28.12% from 255 or 15.47% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DC47 is #5723B8. Grayscale: #BCBCBC. Windows color (decimal): -5710777 or 4709544. OLE color: 4709544.
HSL color Cylindrical-coordinate representation of color #A8DC47: hue angle of 80.94º degrees, saturation: 0.68, 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 #A8DC47 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 71 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.14 |
| HSL | 80.94º | 0.68% | 0.57% | - |
| HSV(B) | 80.94º | 0.68% | 0.86% | - |
| XYZ | 42.88 | 59.97 | 15.28 | - |
| YUV | 187.47 | 62.27 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 71 | 0.24 | 0 | 0.68 | 0.14 | 80.94 | 0.68 | 0.57 |
| Hex | A8 | DC | 47 | 18 | 0 | 44 | E | 51 | 44 | 39 |
| Octal | 250 | 334 | 107 | 30 | 0 | 104 | 16 | 121 | 104 | 71 |
| Binary | 10101000 | 11011100 | 1000111 | 11000 | 0 | 1000100 | 1110 | 1010001 | 1000100 | 111001 |
Color Harmonies of #A8DC47
Complementary color
Monochromatic Colors of #A8DC47
Black with #A8DC47
Text Example
Text Example
White with #A8DC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC47; }
p { color: rgb(168,220,71); }
H1.HeaderClassName
{
color: #A8DC47;
}
.AnyTagClassName
{
color: #A8DC47;
}
</style>
background-color css
<style>
a { background-color: #A8DC47; }
a { background-color: rgb(168,220,71); }
div.DivClassName
{
background-color: #A8DC47;
}
.BgClassName
{
background-color: #A8DC47;
}
</style>
border-color css
<style>
span { border-color: #A8DC47; }
span { border-color: rgb(168,220,71); }
td.TdClassName
{
border-color: #A8DC47;
}
.TagClassName
{
border-color: #A8DC47;
}
</style>