Shades of Conifer #A8D75C
Tints of Conifer #A8D75C
RGB
CMYK
RGB Variations
Color information
#A8D75C (or 0xA8D75C) is known color: Conifer. HEX triplet: A8, D7 and 5C. RGB value is (168,215,92). Sum of RGB (Red+Green+Blue) = 168+215+92=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D75C is #5728A3. Grayscale: #BBBBBB. Windows color (decimal): -5712036 or 6084520. OLE color: 6084520.
HSL color Cylindrical-coordinate representation of color #A8D75C: hue angle of 82.93º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8D75C is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 92 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.16 |
| HSL | 82.93º | 0.61% | 0.6% | - |
| HSV(B) | 82.93º | 0.57% | 0.84% | - |
| XYZ | 42.38 | 57.7 | 19.03 | - |
| YUV | 186.93 | 74.43 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 92 | 0.22 | 0 | 0.57 | 0.16 | 82.93 | 0.61 | 0.6 |
| Hex | A8 | D7 | 5C | 16 | 0 | 39 | 10 | 53 | 3D | 3C |
| Octal | 250 | 327 | 134 | 26 | 0 | 71 | 20 | 123 | 75 | 74 |
| Binary | 10101000 | 11010111 | 1011100 | 10110 | 0 | 111001 | 10000 | 1010011 | 111101 | 111100 |
Color Harmonies of #A8D75C
Complementary color
Monochromatic Colors of #A8D75C
Black with #A8D75C
Text Example
Text Example
White with #A8D75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D75C; }
p { color: rgb(168,215,92); }
H1.HeaderClassName
{
color: #A8D75C;
}
.AnyTagClassName
{
color: #A8D75C;
}
</style>
background-color css
<style>
a { background-color: #A8D75C; }
a { background-color: rgb(168,215,92); }
div.DivClassName
{
background-color: #A8D75C;
}
.BgClassName
{
background-color: #A8D75C;
}
</style>
border-color css
<style>
span { border-color: #A8D75C; }
span { border-color: rgb(168,215,92); }
td.TdClassName
{
border-color: #A8D75C;
}
.TagClassName
{
border-color: #A8D75C;
}
</style>