Shades of Conifer #A8D55C
Tints of Conifer #A8D55C
RGB
CMYK
RGB Variations
Color information
#A8D55C (or 0xA8D55C) is known color: Conifer. HEX triplet: A8, D5 and 5C. RGB value is (168,213,92). Sum of RGB (Red+Green+Blue) = 168+213+92=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D55C is #572AA3. Grayscale: #BABABA. Windows color (decimal): -5712548 or 6084008. OLE color: 6084008.
HSL color Cylindrical-coordinate representation of color #A8D55C: hue angle of 82.31º degrees, saturation: 0.59, 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 #A8D55C is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 92 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.16 |
| HSL | 82.31º | 0.59% | 0.6% | - |
| HSV(B) | 82.31º | 0.57% | 0.84% | - |
| XYZ | 41.87 | 56.69 | 18.86 | - |
| YUV | 185.75 | 75.09 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 92 | 0.21 | 0 | 0.57 | 0.16 | 82.31 | 0.59 | 0.6 |
| Hex | A8 | D5 | 5C | 15 | 0 | 39 | 10 | 52 | 3B | 3C |
| Octal | 250 | 325 | 134 | 25 | 0 | 71 | 20 | 122 | 73 | 74 |
| Binary | 10101000 | 11010101 | 1011100 | 10101 | 0 | 111001 | 10000 | 1010010 | 111011 | 111100 |
Color Harmonies of #A8D55C
Complementary color
Monochromatic Colors of #A8D55C
Black with #A8D55C
Text Example
Text Example
White with #A8D55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D55C; }
p { color: rgb(168,213,92); }
H1.HeaderClassName
{
color: #A8D55C;
}
.AnyTagClassName
{
color: #A8D55C;
}
</style>
background-color css
<style>
a { background-color: #A8D55C; }
a { background-color: rgb(168,213,92); }
div.DivClassName
{
background-color: #A8D55C;
}
.BgClassName
{
background-color: #A8D55C;
}
</style>
border-color css
<style>
span { border-color: #A8D55C; }
span { border-color: rgb(168,213,92); }
td.TdClassName
{
border-color: #A8D55C;
}
.TagClassName
{
border-color: #A8D55C;
}
</style>