Shades of Conifer #A8C75B
Tints of Conifer #A8C75B
RGB
CMYK
RGB Variations
Color information
#A8C75B (or 0xA8C75B) is known color: Conifer. HEX triplet: A8, C7 and 5B. RGB value is (168,199,91). Sum of RGB (Red+Green+Blue) = 168+199+91=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C75B is #5738A4. Grayscale: #B1B1B1. Windows color (decimal): -5716133 or 6014888. OLE color: 6014888.
HSL color Cylindrical-coordinate representation of color #A8C75B: hue angle of 77.22º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8C75B is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 199 | 91 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.22 |
| HSL | 77.22º | 0.49% | 0.57% | - |
| HSV(B) | 77.22º | 0.54% | 0.78% | - |
| XYZ | 38.46 | 49.93 | 17.51 | - |
| YUV | 177.42 | 79.23 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 199 | 91 | 0.16 | 0 | 0.54 | 0.22 | 77.22 | 0.49 | 0.57 |
| Hex | A8 | C7 | 5B | 10 | 0 | 36 | 16 | 4D | 31 | 39 |
| Octal | 250 | 307 | 133 | 20 | 0 | 66 | 26 | 115 | 61 | 71 |
| Binary | 10101000 | 11000111 | 1011011 | 10000 | 0 | 110110 | 10110 | 1001101 | 110001 | 111001 |
Color Harmonies of #A8C75B
Complementary color
Monochromatic Colors of #A8C75B
Black with #A8C75B
Text Example
Text Example
White with #A8C75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C75B; }
p { color: rgb(168,199,91); }
H1.HeaderClassName
{
color: #A8C75B;
}
.AnyTagClassName
{
color: #A8C75B;
}
</style>
background-color css
<style>
a { background-color: #A8C75B; }
a { background-color: rgb(168,199,91); }
div.DivClassName
{
background-color: #A8C75B;
}
.BgClassName
{
background-color: #A8C75B;
}
</style>
border-color css
<style>
span { border-color: #A8C75B; }
span { border-color: rgb(168,199,91); }
td.TdClassName
{
border-color: #A8C75B;
}
.TagClassName
{
border-color: #A8C75B;
}
</style>