Shades of Conifer #A7D452
Tints of Conifer #A7D452
RGB
CMYK
RGB Variations
Color information
#A7D452 (or 0xA7D452) is known color: Conifer. HEX triplet: A7, D4 and 52. RGB value is (167,212,82). Sum of RGB (Red+Green+Blue) = 167+212+82=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 212 - color contains mainly: green. Hex color #A7D452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D452 is #582BAD. Grayscale: #B8B8B8. Windows color (decimal): -5778350 or 5428391. OLE color: 5428391.
HSL color Cylindrical-coordinate representation of color #A7D452: hue angle of 80.77º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A7D452 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 212 | 82 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.17 |
| HSL | 80.77º | 0.6% | 0.58% | - |
| HSV(B) | 80.77º | 0.61% | 0.83% | - |
| XYZ | 41 | 55.91 | 16.61 | - |
| YUV | 183.73 | 70.59 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 212 | 82 | 0.21 | 0 | 0.61 | 0.17 | 80.77 | 0.6 | 0.58 |
| Hex | A7 | D4 | 52 | 15 | 0 | 3D | 11 | 51 | 3C | 3A |
| Octal | 247 | 324 | 122 | 25 | 0 | 75 | 21 | 121 | 74 | 72 |
| Binary | 10100111 | 11010100 | 1010010 | 10101 | 0 | 111101 | 10001 | 1010001 | 111100 | 111010 |
Color Harmonies of #A7D452
Complementary color
Monochromatic Colors of #A7D452
Black with #A7D452
Text Example
Text Example
White with #A7D452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D452; }
p { color: rgb(167,212,82); }
H1.HeaderClassName
{
color: #A7D452;
}
.AnyTagClassName
{
color: #A7D452;
}
</style>
background-color css
<style>
a { background-color: #A7D452; }
a { background-color: rgb(167,212,82); }
div.DivClassName
{
background-color: #A7D452;
}
.BgClassName
{
background-color: #A7D452;
}
</style>
border-color css
<style>
span { border-color: #A7D452; }
span { border-color: rgb(167,212,82); }
td.TdClassName
{
border-color: #A7D452;
}
.TagClassName
{
border-color: #A7D452;
}
</style>