Shades of Conifer #A7D25E
Tints of Conifer #A7D25E
RGB
CMYK
RGB Variations
Color information
#A7D25E (or 0xA7D25E) is known color: Conifer. HEX triplet: A7, D2 and 5E. RGB value is (167,210,94). Sum of RGB (Red+Green+Blue) = 167+210+94=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #A7D25E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D25E is #582DA1. Grayscale: #B8B8B8. Windows color (decimal): -5778850 or 6214311. OLE color: 6214311.
HSL color Cylindrical-coordinate representation of color #A7D25E: hue angle of 82.24º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A7D25E is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 210 | 94 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.18 |
| HSL | 82.24º | 0.56% | 0.6% | - |
| HSV(B) | 82.24º | 0.55% | 0.82% | - |
| XYZ | 41 | 55.12 | 19.07 | - |
| YUV | 183.92 | 77.25 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 210 | 94 | 0.20 | 0 | 0.55 | 0.18 | 82.24 | 0.56 | 0.6 |
| Hex | A7 | D2 | 5E | 14 | 0 | 37 | 12 | 52 | 38 | 3C |
| Octal | 247 | 322 | 136 | 24 | 0 | 67 | 22 | 122 | 70 | 74 |
| Binary | 10100111 | 11010010 | 1011110 | 10100 | 0 | 110111 | 10010 | 1010010 | 111000 | 111100 |
Color Harmonies of #A7D25E
Complementary color
Monochromatic Colors of #A7D25E
Black with #A7D25E
Text Example
Text Example
White with #A7D25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D25E; }
p { color: rgb(167,210,94); }
H1.HeaderClassName
{
color: #A7D25E;
}
.AnyTagClassName
{
color: #A7D25E;
}
</style>
background-color css
<style>
a { background-color: #A7D25E; }
a { background-color: rgb(167,210,94); }
div.DivClassName
{
background-color: #A7D25E;
}
.BgClassName
{
background-color: #A7D25E;
}
</style>
border-color css
<style>
span { border-color: #A7D25E; }
span { border-color: rgb(167,210,94); }
td.TdClassName
{
border-color: #A7D25E;
}
.TagClassName
{
border-color: #A7D25E;
}
</style>