Shades of Conifer #A7DE55
Tints of Conifer #A7DE55
RGB
CMYK
RGB Variations
Color information
#A7DE55 (or 0xA7DE55) is known color: Conifer. HEX triplet: A7, DE and 55. RGB value is (167,222,85). Sum of RGB (Red+Green+Blue) = 167+222+85=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 222 - color contains mainly: green. Hex color #A7DE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DE55 is #5821AA. Grayscale: #BEBEBE. Windows color (decimal): -5775787 or 5627559. OLE color: 5627559.
HSL color Cylindrical-coordinate representation of color #A7DE55: hue angle of 84.09º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A7DE55 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 222 | 85 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.13 |
| HSL | 84.09º | 0.67% | 0.6% | - |
| HSV(B) | 84.09º | 0.62% | 0.87% | - |
| XYZ | 43.7 | 61.11 | 18.09 | - |
| YUV | 189.94 | 68.78 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 222 | 85 | 0.25 | 0 | 0.62 | 0.13 | 84.09 | 0.67 | 0.6 |
| Hex | A7 | DE | 55 | 19 | 0 | 3E | D | 54 | 43 | 3C |
| Octal | 247 | 336 | 125 | 31 | 0 | 76 | 15 | 124 | 103 | 74 |
| Binary | 10100111 | 11011110 | 1010101 | 11001 | 0 | 111110 | 1101 | 1010100 | 1000011 | 111100 |
Color Harmonies of #A7DE55
Complementary color
Monochromatic Colors of #A7DE55
Black with #A7DE55
Text Example
Text Example
White with #A7DE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DE55; }
p { color: rgb(167,222,85); }
H1.HeaderClassName
{
color: #A7DE55;
}
.AnyTagClassName
{
color: #A7DE55;
}
</style>
background-color css
<style>
a { background-color: #A7DE55; }
a { background-color: rgb(167,222,85); }
div.DivClassName
{
background-color: #A7DE55;
}
.BgClassName
{
background-color: #A7DE55;
}
</style>
border-color css
<style>
span { border-color: #A7DE55; }
span { border-color: rgb(167,222,85); }
td.TdClassName
{
border-color: #A7DE55;
}
.TagClassName
{
border-color: #A7DE55;
}
</style>