Shades of Conifer #A7D64B
Tints of Conifer #A7D64B
RGB
CMYK
RGB Variations
Color information
#A7D64B (or 0xA7D64B) is known color: Conifer. HEX triplet: A7, D6 and 4B. RGB value is (167,214,75). Sum of RGB (Red+Green+Blue) = 167+214+75=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D64B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D64B is #5829B4. Grayscale: #B8B8B8. Windows color (decimal): -5777845 or 4970151. OLE color: 4970151.
HSL color Cylindrical-coordinate representation of color #A7D64B: hue angle of 80.29º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A7D64B is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 214 | 75 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.16 |
| HSL | 80.29º | 0.63% | 0.57% | - |
| HSV(B) | 80.29º | 0.65% | 0.84% | - |
| XYZ | 41.25 | 56.82 | 15.45 | - |
| YUV | 184.1 | 66.43 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 214 | 75 | 0.22 | 0 | 0.65 | 0.16 | 80.29 | 0.63 | 0.57 |
| Hex | A7 | D6 | 4B | 16 | 0 | 41 | 10 | 50 | 3F | 39 |
| Octal | 247 | 326 | 113 | 26 | 0 | 101 | 20 | 120 | 77 | 71 |
| Binary | 10100111 | 11010110 | 1001011 | 10110 | 0 | 1000001 | 10000 | 1010000 | 111111 | 111001 |
Color Harmonies of #A7D64B
Complementary color
Monochromatic Colors of #A7D64B
Black with #A7D64B
Text Example
Text Example
White with #A7D64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D64B; }
p { color: rgb(167,214,75); }
H1.HeaderClassName
{
color: #A7D64B;
}
.AnyTagClassName
{
color: #A7D64B;
}
</style>
background-color css
<style>
a { background-color: #A7D64B; }
a { background-color: rgb(167,214,75); }
div.DivClassName
{
background-color: #A7D64B;
}
.BgClassName
{
background-color: #A7D64B;
}
</style>
border-color css
<style>
span { border-color: #A7D64B; }
span { border-color: rgb(167,214,75); }
td.TdClassName
{
border-color: #A7D64B;
}
.TagClassName
{
border-color: #A7D64B;
}
</style>