Shades of Conifer #A8D94C
Tints of Conifer #A8D94C
RGB
CMYK
RGB Variations
Color information
#A8D94C (or 0xA8D94C) is known color: Conifer. HEX triplet: A8, D9 and 4C. RGB value is (168,217,76). Sum of RGB (Red+Green+Blue) = 168+217+76=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 76 (30.08% from 255 or 16.49% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D94C is #5726B3. Grayscale: #BABABA. Windows color (decimal): -5711540 or 5036456. OLE color: 5036456.
HSL color Cylindrical-coordinate representation of color #A8D94C: hue angle of 80.85º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8D94C is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 76 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.15 |
| HSL | 80.85º | 0.65% | 0.57% | - |
| HSV(B) | 80.85º | 0.65% | 0.85% | - |
| XYZ | 42.27 | 58.47 | 15.9 | - |
| YUV | 186.28 | 65.77 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 76 | 0.23 | 0 | 0.65 | 0.15 | 80.85 | 0.65 | 0.57 |
| Hex | A8 | D9 | 4C | 17 | 0 | 41 | F | 51 | 41 | 39 |
| Octal | 250 | 331 | 114 | 27 | 0 | 101 | 17 | 121 | 101 | 71 |
| Binary | 10101000 | 11011001 | 1001100 | 10111 | 0 | 1000001 | 1111 | 1010001 | 1000001 | 111001 |
Color Harmonies of #A8D94C
Complementary color
Monochromatic Colors of #A8D94C
Black with #A8D94C
Text Example
Text Example
White with #A8D94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D94C; }
p { color: rgb(168,217,76); }
H1.HeaderClassName
{
color: #A8D94C;
}
.AnyTagClassName
{
color: #A8D94C;
}
</style>
background-color css
<style>
a { background-color: #A8D94C; }
a { background-color: rgb(168,217,76); }
div.DivClassName
{
background-color: #A8D94C;
}
.BgClassName
{
background-color: #A8D94C;
}
</style>
border-color css
<style>
span { border-color: #A8D94C; }
span { border-color: rgb(168,217,76); }
td.TdClassName
{
border-color: #A8D94C;
}
.TagClassName
{
border-color: #A8D94C;
}
</style>