Shades of Conifer #A8D949
Tints of Conifer #A8D949
RGB
CMYK
RGB Variations
Color information
#A8D949 (or 0xA8D949) is known color: Conifer. HEX triplet: A8, D9 and 49. RGB value is (168,217,73). Sum of RGB (Red+Green+Blue) = 168+217+73=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 217 (85.16% from 255 or 47.38% from 458); Blue value is 73 (28.91% from 255 or 15.94% from 458); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D949 is #5726B6. Grayscale: #BABABA. Windows color (decimal): -5711543 or 4839848. OLE color: 4839848.
HSL color Cylindrical-coordinate representation of color #A8D949: hue angle of 80.42º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8D949 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 73 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.15 |
| HSL | 80.42º | 0.65% | 0.57% | - |
| HSV(B) | 80.42º | 0.66% | 0.85% | - |
| XYZ | 42.16 | 58.43 | 15.36 | - |
| YUV | 185.93 | 64.27 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 73 | 0.23 | 0 | 0.66 | 0.15 | 80.42 | 0.65 | 0.57 |
| Hex | A8 | D9 | 49 | 17 | 0 | 42 | F | 50 | 41 | 39 |
| Octal | 250 | 331 | 111 | 27 | 0 | 102 | 17 | 120 | 101 | 71 |
| Binary | 10101000 | 11011001 | 1001001 | 10111 | 0 | 1000010 | 1111 | 1010000 | 1000001 | 111001 |
Color Harmonies of #A8D949
Complementary color
Monochromatic Colors of #A8D949
Black with #A8D949
Text Example
Text Example
White with #A8D949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D949; }
p { color: rgb(168,217,73); }
H1.HeaderClassName
{
color: #A8D949;
}
.AnyTagClassName
{
color: #A8D949;
}
</style>
background-color css
<style>
a { background-color: #A8D949; }
a { background-color: rgb(168,217,73); }
div.DivClassName
{
background-color: #A8D949;
}
.BgClassName
{
background-color: #A8D949;
}
</style>
border-color css
<style>
span { border-color: #A8D949; }
span { border-color: rgb(168,217,73); }
td.TdClassName
{
border-color: #A8D949;
}
.TagClassName
{
border-color: #A8D949;
}
</style>