Shades of Conifer #A7D25B
Tints of Conifer #A7D25B
RGB
CMYK
RGB Variations
Color information
#A7D25B (or 0xA7D25B) is known color: Conifer. HEX triplet: A7, D2 and 5B. RGB value is (167,210,91). Sum of RGB (Red+Green+Blue) = 167+210+91=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #A7D25B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D25B is #582DA4. Grayscale: #B8B8B8. Windows color (decimal): -5778853 or 6017703. OLE color: 6017703.
HSL color Cylindrical-coordinate representation of color #A7D25B: hue angle of 81.68º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A7D25B is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 210 | 91 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.18 |
| HSL | 81.68º | 0.57% | 0.59% | - |
| HSV(B) | 81.68º | 0.57% | 0.82% | - |
| XYZ | 40.87 | 55.06 | 18.37 | - |
| YUV | 183.58 | 75.75 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 210 | 91 | 0.20 | 0 | 0.57 | 0.18 | 81.68 | 0.57 | 0.59 |
| Hex | A7 | D2 | 5B | 14 | 0 | 39 | 12 | 52 | 39 | 3B |
| Octal | 247 | 322 | 133 | 24 | 0 | 71 | 22 | 122 | 71 | 73 |
| Binary | 10100111 | 11010010 | 1011011 | 10100 | 0 | 111001 | 10010 | 1010010 | 111001 | 111011 |
Color Harmonies of #A7D25B
Complementary color
Monochromatic Colors of #A7D25B
Black with #A7D25B
Text Example
Text Example
White with #A7D25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D25B; }
p { color: rgb(167,210,91); }
H1.HeaderClassName
{
color: #A7D25B;
}
.AnyTagClassName
{
color: #A7D25B;
}
</style>
background-color css
<style>
a { background-color: #A7D25B; }
a { background-color: rgb(167,210,91); }
div.DivClassName
{
background-color: #A7D25B;
}
.BgClassName
{
background-color: #A7D25B;
}
</style>
border-color css
<style>
span { border-color: #A7D25B; }
span { border-color: rgb(167,210,91); }
td.TdClassName
{
border-color: #A7D25B;
}
.TagClassName
{
border-color: #A7D25B;
}
</style>