Shades of Conifer #A7ED5D
Tints of Conifer #A7ED5D
RGB
CMYK
RGB Variations
Color information
#A7ED5D (or 0xA7ED5D) is known color: Conifer. HEX triplet: A7, ED and 5D. RGB value is (167,237,93). Sum of RGB (Red+Green+Blue) = 167+237+93=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #A7ED5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7ED5D is #5812A2. Grayscale: #C8C8C8. Windows color (decimal): -5771939 or 6155687. OLE color: 6155687.
HSL color Cylindrical-coordinate representation of color #A7ED5D: hue angle of 89.17º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A7ED5D is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 237 | 93 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.07 |
| HSL | 89.17º | 0.8% | 0.65% | - |
| HSV(B) | 89.17º | 0.61% | 0.93% | - |
| XYZ | 48.2 | 69.57 | 21.24 | - |
| YUV | 199.65 | 67.81 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 237 | 93 | 0.30 | 0 | 0.61 | 0.07 | 89.17 | 0.8 | 0.65 |
| Hex | A7 | ED | 5D | 1E | 0 | 3D | 7 | 59 | 50 | 41 |
| Octal | 247 | 355 | 135 | 36 | 0 | 75 | 7 | 131 | 120 | 101 |
| Binary | 10100111 | 11101101 | 1011101 | 11110 | 0 | 111101 | 111 | 1011001 | 1010000 | 1000001 |
Color Harmonies of #A7ED5D
Complementary color
Monochromatic Colors of #A7ED5D
Black with #A7ED5D
Text Example
Text Example
White with #A7ED5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7ED5D; }
p { color: rgb(167,237,93); }
H1.HeaderClassName
{
color: #A7ED5D;
}
.AnyTagClassName
{
color: #A7ED5D;
}
</style>
background-color css
<style>
a { background-color: #A7ED5D; }
a { background-color: rgb(167,237,93); }
div.DivClassName
{
background-color: #A7ED5D;
}
.BgClassName
{
background-color: #A7ED5D;
}
</style>
border-color css
<style>
span { border-color: #A7ED5D; }
span { border-color: rgb(167,237,93); }
td.TdClassName
{
border-color: #A7ED5D;
}
.TagClassName
{
border-color: #A7ED5D;
}
</style>