Shades of Conifer #A7DB60
Tints of Conifer #A7DB60
RGB
CMYK
RGB Variations
Color information
#A7DB60 (or 0xA7DB60) is known color: Conifer. HEX triplet: A7, DB and 60. RGB value is (167,219,96). Sum of RGB (Red+Green+Blue) = 167+219+96=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DB60 is #58249F. Grayscale: #BDBDBD. Windows color (decimal): -5776544 or 6347687. OLE color: 6347687.
HSL color Cylindrical-coordinate representation of color #A7DB60: hue angle of 85.37º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A7DB60 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 219 | 96 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.14 |
| HSL | 85.37º | 0.63% | 0.62% | - |
| HSV(B) | 85.37º | 0.56% | 0.86% | - |
| XYZ | 43.38 | 59.72 | 20.31 | - |
| YUV | 189.43 | 75.27 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 96 | 0.24 | 0 | 0.56 | 0.14 | 85.37 | 0.63 | 0.62 |
| Hex | A7 | DB | 60 | 18 | 0 | 38 | E | 55 | 3F | 3E |
| Octal | 247 | 333 | 140 | 30 | 0 | 70 | 16 | 125 | 77 | 76 |
| Binary | 10100111 | 11011011 | 1100000 | 11000 | 0 | 111000 | 1110 | 1010101 | 111111 | 111110 |
Color Harmonies of #A7DB60
Complementary color
Monochromatic Colors of #A7DB60
Black with #A7DB60
Text Example
Text Example
White with #A7DB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DB60; }
p { color: rgb(167,219,96); }
H1.HeaderClassName
{
color: #A7DB60;
}
.AnyTagClassName
{
color: #A7DB60;
}
</style>
background-color css
<style>
a { background-color: #A7DB60; }
a { background-color: rgb(167,219,96); }
div.DivClassName
{
background-color: #A7DB60;
}
.BgClassName
{
background-color: #A7DB60;
}
</style>
border-color css
<style>
span { border-color: #A7DB60; }
span { border-color: rgb(167,219,96); }
td.TdClassName
{
border-color: #A7DB60;
}
.TagClassName
{
border-color: #A7DB60;
}
</style>