Shades of Conifer #A8D249
Tints of Conifer #A8D249
RGB
CMYK
RGB Variations
Color information
#A8D249 (or 0xA8D249) is known color: Conifer. HEX triplet: A8, D2 and 49. RGB value is (168,210,73). Sum of RGB (Red+Green+Blue) = 168+210+73=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 210 (82.42% from 255 or 46.56% from 451); Blue value is 73 (28.91% from 255 or 16.19% from 451); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D249 is #572DB6. Grayscale: #B6B6B6. Windows color (decimal): -5713335 or 4838056. OLE color: 4838056.
HSL color Cylindrical-coordinate representation of color #A8D249: hue angle of 78.39º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8D249 is Cyan = 0.2, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 73 | - |
| CMYK | 0.2 | 0 | 0.65 | 0.18 |
| HSL | 78.39º | 0.6% | 0.55% | - |
| HSV(B) | 78.39º | 0.65% | 0.82% | - |
| XYZ | 40.4 | 54.9 | 14.77 | - |
| YUV | 181.82 | 66.59 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 73 | 0.2 | 0 | 0.65 | 0.18 | 78.39 | 0.6 | 0.55 |
| Hex | A8 | D2 | 49 | 14 | 0 | 41 | 12 | 4E | 3C | 37 |
| Octal | 250 | 322 | 111 | 24 | 0 | 101 | 22 | 116 | 74 | 67 |
| Binary | 10101000 | 11010010 | 1001001 | 10100 | 0 | 1000001 | 10010 | 1001110 | 111100 | 110111 |
Color Harmonies of #A8D249
Complementary color
Monochromatic Colors of #A8D249
Black with #A8D249
Text Example
Text Example
White with #A8D249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D249; }
p { color: rgb(168,210,73); }
H1.HeaderClassName
{
color: #A8D249;
}
.AnyTagClassName
{
color: #A8D249;
}
</style>
background-color css
<style>
a { background-color: #A8D249; }
a { background-color: rgb(168,210,73); }
div.DivClassName
{
background-color: #A8D249;
}
.BgClassName
{
background-color: #A8D249;
}
</style>
border-color css
<style>
span { border-color: #A8D249; }
span { border-color: rgb(168,210,73); }
td.TdClassName
{
border-color: #A8D249;
}
.TagClassName
{
border-color: #A8D249;
}
</style>