Shades of Conifer #A7DD63
Tints of Conifer #A7DD63
RGB
CMYK
RGB Variations
Color information
#A7DD63 (or 0xA7DD63) is known color: Conifer. HEX triplet: A7, DD and 63. RGB value is (167,221,99). Sum of RGB (Red+Green+Blue) = 167+221+99=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 99 (39.06% from 255 or 20.33% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #A7DD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DD63 is #58229C. Grayscale: #BFBFBF. Windows color (decimal): -5776029 or 6544807. OLE color: 6544807.
HSL color Cylindrical-coordinate representation of color #A7DD63: hue angle of 86.56º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A7DD63 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 221 | 99 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.13 |
| HSL | 86.56º | 0.64% | 0.63% | - |
| HSV(B) | 86.56º | 0.55% | 0.87% | - |
| XYZ | 44.04 | 60.83 | 21.22 | - |
| YUV | 190.95 | 76.11 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 221 | 99 | 0.24 | 0 | 0.55 | 0.13 | 86.56 | 0.64 | 0.63 |
| Hex | A7 | DD | 63 | 18 | 0 | 37 | D | 57 | 40 | 3F |
| Octal | 247 | 335 | 143 | 30 | 0 | 67 | 15 | 127 | 100 | 77 |
| Binary | 10100111 | 11011101 | 1100011 | 11000 | 0 | 110111 | 1101 | 1010111 | 1000000 | 111111 |
Color Harmonies of #A7DD63
Complementary color
Monochromatic Colors of #A7DD63
Black with #A7DD63
Text Example
Text Example
White with #A7DD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DD63; }
p { color: rgb(167,221,99); }
H1.HeaderClassName
{
color: #A7DD63;
}
.AnyTagClassName
{
color: #A7DD63;
}
</style>
background-color css
<style>
a { background-color: #A7DD63; }
a { background-color: rgb(167,221,99); }
div.DivClassName
{
background-color: #A7DD63;
}
.BgClassName
{
background-color: #A7DD63;
}
</style>
border-color css
<style>
span { border-color: #A7DD63; }
span { border-color: rgb(167,221,99); }
td.TdClassName
{
border-color: #A7DD63;
}
.TagClassName
{
border-color: #A7DD63;
}
</style>