Shades of Conifer #A7D54F
Tints of Conifer #A7D54F
RGB
CMYK
RGB Variations
Color information
#A7D54F (or 0xA7D54F) is known color: Conifer. HEX triplet: A7, D5 and 4F. RGB value is (167,213,79). Sum of RGB (Red+Green+Blue) = 167+213+79=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 79 (31.25% from 255 or 17.21% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D54F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D54F is #582AB0. Grayscale: #B8B8B8. Windows color (decimal): -5778097 or 5232039. OLE color: 5232039.
HSL color Cylindrical-coordinate representation of color #A7D54F: hue angle of 80.6º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A7D54F is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 213 | 79 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.16 |
| HSL | 80.6º | 0.61% | 0.57% | - |
| HSV(B) | 80.6º | 0.63% | 0.84% | - |
| XYZ | 41.14 | 56.37 | 16.11 | - |
| YUV | 183.97 | 68.76 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 213 | 79 | 0.22 | 0 | 0.63 | 0.16 | 80.6 | 0.61 | 0.57 |
| Hex | A7 | D5 | 4F | 16 | 0 | 3F | 10 | 51 | 3D | 39 |
| Octal | 247 | 325 | 117 | 26 | 0 | 77 | 20 | 121 | 75 | 71 |
| Binary | 10100111 | 11010101 | 1001111 | 10110 | 0 | 111111 | 10000 | 1010001 | 111101 | 111001 |
Color Harmonies of #A7D54F
Complementary color
Monochromatic Colors of #A7D54F
Black with #A7D54F
Text Example
Text Example
White with #A7D54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D54F; }
p { color: rgb(167,213,79); }
H1.HeaderClassName
{
color: #A7D54F;
}
.AnyTagClassName
{
color: #A7D54F;
}
</style>
background-color css
<style>
a { background-color: #A7D54F; }
a { background-color: rgb(167,213,79); }
div.DivClassName
{
background-color: #A7D54F;
}
.BgClassName
{
background-color: #A7D54F;
}
</style>
border-color css
<style>
span { border-color: #A7D54F; }
span { border-color: rgb(167,213,79); }
td.TdClassName
{
border-color: #A7D54F;
}
.TagClassName
{
border-color: #A7D54F;
}
</style>