Shades of Conifer #A8D360
Tints of Conifer #A8D360
RGB
CMYK
RGB Variations
Color information
#A8D360 (or 0xA8D360) is known color: Conifer. HEX triplet: A8, D3 and 60. RGB value is (168,211,96). Sum of RGB (Red+Green+Blue) = 168+211+96=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D360 is #572C9F. Grayscale: #B9B9B9. Windows color (decimal): -5713056 or 6345640. OLE color: 6345640.
HSL color Cylindrical-coordinate representation of color #A8D360: hue angle of 82.43º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8D360 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 211 | 96 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.17 |
| HSL | 82.43º | 0.57% | 0.6% | - |
| HSV(B) | 82.43º | 0.55% | 0.83% | - |
| XYZ | 41.55 | 55.76 | 19.64 | - |
| YUV | 185.03 | 77.75 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 96 | 0.20 | 0 | 0.55 | 0.17 | 82.43 | 0.57 | 0.6 |
| Hex | A8 | D3 | 60 | 14 | 0 | 37 | 11 | 52 | 39 | 3C |
| Octal | 250 | 323 | 140 | 24 | 0 | 67 | 21 | 122 | 71 | 74 |
| Binary | 10101000 | 11010011 | 1100000 | 10100 | 0 | 110111 | 10001 | 1010010 | 111001 | 111100 |
Color Harmonies of #A8D360
Complementary color
Monochromatic Colors of #A8D360
Black with #A8D360
Text Example
Text Example
White with #A8D360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D360; }
p { color: rgb(168,211,96); }
H1.HeaderClassName
{
color: #A8D360;
}
.AnyTagClassName
{
color: #A8D360;
}
</style>
background-color css
<style>
a { background-color: #A8D360; }
a { background-color: rgb(168,211,96); }
div.DivClassName
{
background-color: #A8D360;
}
.BgClassName
{
background-color: #A8D360;
}
</style>
border-color css
<style>
span { border-color: #A8D360; }
span { border-color: rgb(168,211,96); }
td.TdClassName
{
border-color: #A8D360;
}
.TagClassName
{
border-color: #A8D360;
}
</style>