Shades of Conifer #A7FA5E
Tints of Conifer #A7FA5E
RGB
CMYK
RGB Variations
Color information
#A7FA5E (or 0xA7FA5E) is known color: Conifer. HEX triplet: A7, FA and 5E. RGB value is (167,250,94). Sum of RGB (Red+Green+Blue) = 167+250+94=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #A7FA5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7FA5E is #5805A1. Grayscale: #CFCFCF. Windows color (decimal): -5768610 or 6224551. OLE color: 6224551.
HSL color Cylindrical-coordinate representation of color #A7FA5E: hue angle of 91.92º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A7FA5E is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 250 | 94 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.02 |
| HSL | 91.92º | 0.94% | 0.67% | - |
| HSV(B) | 91.92º | 0.62% | 0.98% | - |
| XYZ | 52.14 | 77.39 | 22.78 | - |
| YUV | 207.4 | 64 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 250 | 94 | 0.33 | 0 | 0.62 | 0.02 | 91.92 | 0.94 | 0.67 |
| Hex | A7 | FA | 5E | 21 | 0 | 3E | 2 | 5C | 5E | 43 |
| Octal | 247 | 372 | 136 | 41 | 0 | 76 | 2 | 134 | 136 | 103 |
| Binary | 10100111 | 11111010 | 1011110 | 100001 | 0 | 111110 | 10 | 1011100 | 1011110 | 1000011 |
Color Harmonies of #A7FA5E
Complementary color
Monochromatic Colors of #A7FA5E
Black with #A7FA5E
Text Example
Text Example
White with #A7FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FA5E; }
p { color: rgb(167,250,94); }
H1.HeaderClassName
{
color: #A7FA5E;
}
.AnyTagClassName
{
color: #A7FA5E;
}
</style>
background-color css
<style>
a { background-color: #A7FA5E; }
a { background-color: rgb(167,250,94); }
div.DivClassName
{
background-color: #A7FA5E;
}
.BgClassName
{
background-color: #A7FA5E;
}
</style>
border-color css
<style>
span { border-color: #A7FA5E; }
span { border-color: rgb(167,250,94); }
td.TdClassName
{
border-color: #A7FA5E;
}
.TagClassName
{
border-color: #A7FA5E;
}
</style>