Shades of Conifer #A7D75A
Tints of Conifer #A7D75A
RGB
CMYK
RGB Variations
Color information
#A7D75A (or 0xA7D75A) is known color: Conifer. HEX triplet: A7, D7 and 5A. RGB value is (167,215,90). Sum of RGB (Red+Green+Blue) = 167+215+90=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #A7D75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D75A is #5828A5. Grayscale: #BABABA. Windows color (decimal): -5777574 or 5953447. OLE color: 5953447.
HSL color Cylindrical-coordinate representation of color #A7D75A: hue angle of 83.04º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A7D75A is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 215 | 90 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.16 |
| HSL | 83.04º | 0.61% | 0.6% | - |
| HSV(B) | 83.04º | 0.58% | 0.84% | - |
| XYZ | 42.08 | 57.55 | 18.56 | - |
| YUV | 186.4 | 73.6 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 215 | 90 | 0.22 | 0 | 0.58 | 0.16 | 83.04 | 0.61 | 0.6 |
| Hex | A7 | D7 | 5A | 16 | 0 | 3A | 10 | 53 | 3D | 3C |
| Octal | 247 | 327 | 132 | 26 | 0 | 72 | 20 | 123 | 75 | 74 |
| Binary | 10100111 | 11010111 | 1011010 | 10110 | 0 | 111010 | 10000 | 1010011 | 111101 | 111100 |
Color Harmonies of #A7D75A
Complementary color
Monochromatic Colors of #A7D75A
Black with #A7D75A
Text Example
Text Example
White with #A7D75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D75A; }
p { color: rgb(167,215,90); }
H1.HeaderClassName
{
color: #A7D75A;
}
.AnyTagClassName
{
color: #A7D75A;
}
</style>
background-color css
<style>
a { background-color: #A7D75A; }
a { background-color: rgb(167,215,90); }
div.DivClassName
{
background-color: #A7D75A;
}
.BgClassName
{
background-color: #A7D75A;
}
</style>
border-color css
<style>
span { border-color: #A7D75A; }
span { border-color: rgb(167,215,90); }
td.TdClassName
{
border-color: #A7D75A;
}
.TagClassName
{
border-color: #A7D75A;
}
</style>