Shades of Conifer #A7F764
Tints of Conifer #A7F764
RGB
CMYK
RGB Variations
Color information
#A7F764 (or 0xA7F764) is known color: Conifer. HEX triplet: A7, F7 and 64. RGB value is (167,247,100). Sum of RGB (Red+Green+Blue) = 167+247+100=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #A7F764 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F764 is #58089B. Grayscale: #CECECE. Windows color (decimal): -5769372 or 6616999. OLE color: 6616999.
HSL color Cylindrical-coordinate representation of color #A7F764: hue angle of 92.65º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A7F764 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 247 | 100 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.03 |
| HSL | 92.65º | 0.9% | 0.68% | - |
| HSV(B) | 92.65º | 0.6% | 0.97% | - |
| XYZ | 51.5 | 75.66 | 23.95 | - |
| YUV | 206.32 | 68 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 247 | 100 | 0.32 | 0 | 0.60 | 0.03 | 92.65 | 0.9 | 0.68 |
| Hex | A7 | F7 | 64 | 20 | 0 | 3C | 3 | 5D | 5A | 44 |
| Octal | 247 | 367 | 144 | 40 | 0 | 74 | 3 | 135 | 132 | 104 |
| Binary | 10100111 | 11110111 | 1100100 | 100000 | 0 | 111100 | 11 | 1011101 | 1011010 | 1000100 |
Color Harmonies of #A7F764
Complementary color
Monochromatic Colors of #A7F764
Black with #A7F764
Text Example
Text Example
White with #A7F764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F764; }
p { color: rgb(167,247,100); }
H1.HeaderClassName
{
color: #A7F764;
}
.AnyTagClassName
{
color: #A7F764;
}
</style>
background-color css
<style>
a { background-color: #A7F764; }
a { background-color: rgb(167,247,100); }
div.DivClassName
{
background-color: #A7F764;
}
.BgClassName
{
background-color: #A7F764;
}
</style>
border-color css
<style>
span { border-color: #A7F764; }
span { border-color: rgb(167,247,100); }
td.TdClassName
{
border-color: #A7F764;
}
.TagClassName
{
border-color: #A7F764;
}
</style>