Shades of Conifer #A8C95D
Tints of Conifer #A8C95D
RGB
CMYK
RGB Variations
Color information
#A8C95D (or 0xA8C95D) is known color: Conifer. HEX triplet: A8, C9 and 5D. RGB value is (168,201,93). Sum of RGB (Red+Green+Blue) = 168+201+93=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C95D is #5736A2. Grayscale: #B3B3B3. Windows color (decimal): -5715619 or 6146472. OLE color: 6146472.
HSL color Cylindrical-coordinate representation of color #A8C95D: hue angle of 78.33º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8C95D is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 93 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.21 |
| HSL | 78.33º | 0.5% | 0.58% | - |
| HSV(B) | 78.33º | 0.54% | 0.79% | - |
| XYZ | 39.01 | 50.89 | 18.12 | - |
| YUV | 178.82 | 79.57 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 93 | 0.16 | 0 | 0.54 | 0.21 | 78.33 | 0.5 | 0.58 |
| Hex | A8 | C9 | 5D | 10 | 0 | 36 | 15 | 4E | 32 | 3A |
| Octal | 250 | 311 | 135 | 20 | 0 | 66 | 25 | 116 | 62 | 72 |
| Binary | 10101000 | 11001001 | 1011101 | 10000 | 0 | 110110 | 10101 | 1001110 | 110010 | 111010 |
Color Harmonies of #A8C95D
Complementary color
Monochromatic Colors of #A8C95D
Black with #A8C95D
Text Example
Text Example
White with #A8C95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C95D; }
p { color: rgb(168,201,93); }
H1.HeaderClassName
{
color: #A8C95D;
}
.AnyTagClassName
{
color: #A8C95D;
}
</style>
background-color css
<style>
a { background-color: #A8C95D; }
a { background-color: rgb(168,201,93); }
div.DivClassName
{
background-color: #A8C95D;
}
.BgClassName
{
background-color: #A8C95D;
}
</style>
border-color css
<style>
span { border-color: #A8C95D; }
span { border-color: rgb(168,201,93); }
td.TdClassName
{
border-color: #A8C95D;
}
.TagClassName
{
border-color: #A8C95D;
}
</style>