Shades of Conifer #A8D349
Tints of Conifer #A8D349
RGB
CMYK
RGB Variations
Color information
#A8D349 (or 0xA8D349) is known color: Conifer. HEX triplet: A8, D3 and 49. RGB value is (168,211,73). Sum of RGB (Red+Green+Blue) = 168+211+73=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 73 (28.91% from 255 or 16.15% from 452); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D349 is #572CB6. Grayscale: #B6B6B6. Windows color (decimal): -5713079 or 4838312. OLE color: 4838312.
HSL color Cylindrical-coordinate representation of color #A8D349: hue angle of 78.7º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8D349 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 211 | 73 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.17 |
| HSL | 78.7º | 0.61% | 0.56% | - |
| HSV(B) | 78.7º | 0.65% | 0.83% | - |
| XYZ | 40.65 | 55.39 | 14.85 | - |
| YUV | 182.41 | 66.25 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 73 | 0.20 | 0 | 0.65 | 0.17 | 78.7 | 0.61 | 0.56 |
| Hex | A8 | D3 | 49 | 14 | 0 | 41 | 11 | 4F | 3D | 38 |
| Octal | 250 | 323 | 111 | 24 | 0 | 101 | 21 | 117 | 75 | 70 |
| Binary | 10101000 | 11010011 | 1001001 | 10100 | 0 | 1000001 | 10001 | 1001111 | 111101 | 111000 |
Color Harmonies of #A8D349
Complementary color
Monochromatic Colors of #A8D349
Black with #A8D349
Text Example
Text Example
White with #A8D349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D349; }
p { color: rgb(168,211,73); }
H1.HeaderClassName
{
color: #A8D349;
}
.AnyTagClassName
{
color: #A8D349;
}
</style>
background-color css
<style>
a { background-color: #A8D349; }
a { background-color: rgb(168,211,73); }
div.DivClassName
{
background-color: #A8D349;
}
.BgClassName
{
background-color: #A8D349;
}
</style>
border-color css
<style>
span { border-color: #A8D349; }
span { border-color: rgb(168,211,73); }
td.TdClassName
{
border-color: #A8D349;
}
.TagClassName
{
border-color: #A8D349;
}
</style>