Shades of Conifer #A7D150
Tints of Conifer #A7D150
RGB
CMYK
RGB Variations
Color information
#A7D150 (or 0xA7D150) is known color: Conifer. HEX triplet: A7, D1 and 50. RGB value is (167,209,80). Sum of RGB (Red+Green+Blue) = 167+209+80=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 209 (82.03% from 255 or 45.83% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 209 - color contains mainly: green. Hex color #A7D150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D150 is #582EAF. Grayscale: #B6B6B6. Windows color (decimal): -5779120 or 5296551. OLE color: 5296551.
HSL color Cylindrical-coordinate representation of color #A7D150: hue angle of 79.53º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A7D150 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 209 | 80 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.18 |
| HSL | 79.53º | 0.58% | 0.57% | - |
| HSV(B) | 79.53º | 0.62% | 0.82% | - |
| XYZ | 40.18 | 54.4 | 15.97 | - |
| YUV | 181.74 | 70.59 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 209 | 80 | 0.20 | 0 | 0.62 | 0.18 | 79.53 | 0.58 | 0.57 |
| Hex | A7 | D1 | 50 | 14 | 0 | 3E | 12 | 50 | 3A | 39 |
| Octal | 247 | 321 | 120 | 24 | 0 | 76 | 22 | 120 | 72 | 71 |
| Binary | 10100111 | 11010001 | 1010000 | 10100 | 0 | 111110 | 10010 | 1010000 | 111010 | 111001 |
Color Harmonies of #A7D150
Complementary color
Monochromatic Colors of #A7D150
Black with #A7D150
Text Example
Text Example
White with #A7D150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D150; }
p { color: rgb(167,209,80); }
H1.HeaderClassName
{
color: #A7D150;
}
.AnyTagClassName
{
color: #A7D150;
}
</style>
background-color css
<style>
a { background-color: #A7D150; }
a { background-color: rgb(167,209,80); }
div.DivClassName
{
background-color: #A7D150;
}
.BgClassName
{
background-color: #A7D150;
}
</style>
border-color css
<style>
span { border-color: #A7D150; }
span { border-color: rgb(167,209,80); }
td.TdClassName
{
border-color: #A7D150;
}
.TagClassName
{
border-color: #A7D150;
}
</style>