Shades of Conifer #A7DE49
Tints of Conifer #A7DE49
RGB
CMYK
RGB Variations
Color information
#A7DE49 (or 0xA7DE49) is known color: Conifer. HEX triplet: A7, DE and 49. RGB value is (167,222,73). Sum of RGB (Red+Green+Blue) = 167+222+73=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 222 - color contains mainly: green. Hex color #A7DE49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7DE49 is #5821B6. Grayscale: #BDBDBD. Windows color (decimal): -5775799 or 4841127. OLE color: 4841127.
HSL color Cylindrical-coordinate representation of color #A7DE49: hue angle of 82.15º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A7DE49 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 222 | 73 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.13 |
| HSL | 82.15º | 0.69% | 0.58% | - |
| HSV(B) | 82.15º | 0.67% | 0.87% | - |
| XYZ | 43.26 | 60.94 | 15.79 | - |
| YUV | 188.57 | 62.78 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 222 | 73 | 0.25 | 0 | 0.67 | 0.13 | 82.15 | 0.69 | 0.58 |
| Hex | A7 | DE | 49 | 19 | 0 | 43 | D | 52 | 45 | 3A |
| Octal | 247 | 336 | 111 | 31 | 0 | 103 | 15 | 122 | 105 | 72 |
| Binary | 10100111 | 11011110 | 1001001 | 11001 | 0 | 1000011 | 1101 | 1010010 | 1000101 | 111010 |
Color Harmonies of #A7DE49
Complementary color
Monochromatic Colors of #A7DE49
Black with #A7DE49
Text Example
Text Example
White with #A7DE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DE49; }
p { color: rgb(167,222,73); }
H1.HeaderClassName
{
color: #A7DE49;
}
.AnyTagClassName
{
color: #A7DE49;
}
</style>
background-color css
<style>
a { background-color: #A7DE49; }
a { background-color: rgb(167,222,73); }
div.DivClassName
{
background-color: #A7DE49;
}
.BgClassName
{
background-color: #A7DE49;
}
</style>
border-color css
<style>
span { border-color: #A7DE49; }
span { border-color: rgb(167,222,73); }
td.TdClassName
{
border-color: #A7DE49;
}
.TagClassName
{
border-color: #A7DE49;
}
</style>