Shades of Conifer #A7ED5B
Tints of Conifer #A7ED5B
RGB
CMYK
RGB Variations
Color information
#A7ED5B (or 0xA7ED5B) is known color: Conifer. HEX triplet: A7, ED and 5B. RGB value is (167,237,91). Sum of RGB (Red+Green+Blue) = 167+237+91=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #A7ED5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7ED5B is #5812A4. Grayscale: #C7C7C7. Windows color (decimal): -5771941 or 6024615. OLE color: 6024615.
HSL color Cylindrical-coordinate representation of color #A7ED5B: hue angle of 88.77º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A7ED5B is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 237 | 91 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.07 |
| HSL | 88.77º | 0.8% | 0.64% | - |
| HSV(B) | 88.77º | 0.62% | 0.93% | - |
| XYZ | 48.11 | 69.54 | 20.78 | - |
| YUV | 199.43 | 66.81 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 237 | 91 | 0.30 | 0 | 0.62 | 0.07 | 88.77 | 0.8 | 0.64 |
| Hex | A7 | ED | 5B | 1E | 0 | 3E | 7 | 59 | 50 | 40 |
| Octal | 247 | 355 | 133 | 36 | 0 | 76 | 7 | 131 | 120 | 100 |
| Binary | 10100111 | 11101101 | 1011011 | 11110 | 0 | 111110 | 111 | 1011001 | 1010000 | 1000000 |
Color Harmonies of #A7ED5B
Complementary color
Monochromatic Colors of #A7ED5B
Black with #A7ED5B
Text Example
Text Example
White with #A7ED5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7ED5B; }
p { color: rgb(167,237,91); }
H1.HeaderClassName
{
color: #A7ED5B;
}
.AnyTagClassName
{
color: #A7ED5B;
}
</style>
background-color css
<style>
a { background-color: #A7ED5B; }
a { background-color: rgb(167,237,91); }
div.DivClassName
{
background-color: #A7ED5B;
}
.BgClassName
{
background-color: #A7ED5B;
}
</style>
border-color css
<style>
span { border-color: #A7ED5B; }
span { border-color: rgb(167,237,91); }
td.TdClassName
{
border-color: #A7ED5B;
}
.TagClassName
{
border-color: #A7ED5B;
}
</style>