Shades of Conifer #A7DA58
Tints of Conifer #A7DA58
RGB
CMYK
RGB Variations
Color information
#A7DA58 (or 0xA7DA58) is known color: Conifer. HEX triplet: A7, DA and 58. RGB value is (167,218,88). Sum of RGB (Red+Green+Blue) = 167+218+88=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DA58 is #5825A7. Grayscale: #BCBCBC. Windows color (decimal): -5776808 or 5823143. OLE color: 5823143.
HSL color Cylindrical-coordinate representation of color #A7DA58: hue angle of 83.54º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A7DA58 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 218 | 88 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.15 |
| HSL | 83.54º | 0.64% | 0.6% | - |
| HSV(B) | 83.54º | 0.6% | 0.85% | - |
| XYZ | 42.77 | 59.06 | 18.38 | - |
| YUV | 187.93 | 71.6 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 218 | 88 | 0.23 | 0 | 0.60 | 0.15 | 83.54 | 0.64 | 0.6 |
| Hex | A7 | DA | 58 | 17 | 0 | 3C | F | 54 | 40 | 3C |
| Octal | 247 | 332 | 130 | 27 | 0 | 74 | 17 | 124 | 100 | 74 |
| Binary | 10100111 | 11011010 | 1011000 | 10111 | 0 | 111100 | 1111 | 1010100 | 1000000 | 111100 |
Color Harmonies of #A7DA58
Complementary color
Monochromatic Colors of #A7DA58
Black with #A7DA58
Text Example
Text Example
White with #A7DA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DA58; }
p { color: rgb(167,218,88); }
H1.HeaderClassName
{
color: #A7DA58;
}
.AnyTagClassName
{
color: #A7DA58;
}
</style>
background-color css
<style>
a { background-color: #A7DA58; }
a { background-color: rgb(167,218,88); }
div.DivClassName
{
background-color: #A7DA58;
}
.BgClassName
{
background-color: #A7DA58;
}
</style>
border-color css
<style>
span { border-color: #A7DA58; }
span { border-color: rgb(167,218,88); }
td.TdClassName
{
border-color: #A7DA58;
}
.TagClassName
{
border-color: #A7DA58;
}
</style>