Shades of Conifer #A7D54D
Tints of Conifer #A7D54D
RGB
CMYK
RGB Variations
Color information
#A7D54D (or 0xA7D54D) is known color: Conifer. HEX triplet: A7, D5 and 4D. RGB value is (167,213,77). Sum of RGB (Red+Green+Blue) = 167+213+77=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D54D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D54D is #582AB2. Grayscale: #B8B8B8. Windows color (decimal): -5778099 or 5100967. OLE color: 5100967.
HSL color Cylindrical-coordinate representation of color #A7D54D: hue angle of 80.29º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A7D54D is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 213 | 77 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.16 |
| HSL | 80.29º | 0.62% | 0.57% | - |
| HSV(B) | 80.29º | 0.64% | 0.84% | - |
| XYZ | 41.07 | 56.34 | 15.73 | - |
| YUV | 183.74 | 67.76 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 213 | 77 | 0.22 | 0 | 0.64 | 0.16 | 80.29 | 0.62 | 0.57 |
| Hex | A7 | D5 | 4D | 16 | 0 | 40 | 10 | 50 | 3E | 39 |
| Octal | 247 | 325 | 115 | 26 | 0 | 100 | 20 | 120 | 76 | 71 |
| Binary | 10100111 | 11010101 | 1001101 | 10110 | 0 | 1000000 | 10000 | 1010000 | 111110 | 111001 |
Color Harmonies of #A7D54D
Complementary color
Monochromatic Colors of #A7D54D
Black with #A7D54D
Text Example
Text Example
White with #A7D54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D54D; }
p { color: rgb(167,213,77); }
H1.HeaderClassName
{
color: #A7D54D;
}
.AnyTagClassName
{
color: #A7D54D;
}
</style>
background-color css
<style>
a { background-color: #A7D54D; }
a { background-color: rgb(167,213,77); }
div.DivClassName
{
background-color: #A7D54D;
}
.BgClassName
{
background-color: #A7D54D;
}
</style>
border-color css
<style>
span { border-color: #A7D54D; }
span { border-color: rgb(167,213,77); }
td.TdClassName
{
border-color: #A7D54D;
}
.TagClassName
{
border-color: #A7D54D;
}
</style>