Shades of Conifer #A7F865
Tints of Conifer #A7F865
RGB
CMYK
RGB Variations
Color information
#A7F865 (or 0xA7F865) is known color: Conifer. HEX triplet: A7, F8 and 65. RGB value is (167,248,101). Sum of RGB (Red+Green+Blue) = 167+248+101=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 248 (97.27% from 255 or 48.06% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 248 - color contains mainly: green. Hex color #A7F865 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F865 is #58079A. Grayscale: #CFCFCF. Windows color (decimal): -5769115 or 6682791. OLE color: 6682791.
HSL color Cylindrical-coordinate representation of color #A7F865: hue angle of 93.06º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A7F865 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 248 | 101 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.03 |
| HSL | 93.06º | 0.91% | 0.68% | - |
| HSV(B) | 93.06º | 0.59% | 0.97% | - |
| XYZ | 51.85 | 76.29 | 24.3 | - |
| YUV | 207.02 | 68.16 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 248 | 101 | 0.33 | 0 | 0.59 | 0.03 | 93.06 | 0.91 | 0.68 |
| Hex | A7 | F8 | 65 | 21 | 0 | 3B | 3 | 5D | 5B | 44 |
| Octal | 247 | 370 | 145 | 41 | 0 | 73 | 3 | 135 | 133 | 104 |
| Binary | 10100111 | 11111000 | 1100101 | 100001 | 0 | 111011 | 11 | 1011101 | 1011011 | 1000100 |
Color Harmonies of #A7F865
Complementary color
Monochromatic Colors of #A7F865
Black with #A7F865
Text Example
Text Example
White with #A7F865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F865; }
p { color: rgb(167,248,101); }
H1.HeaderClassName
{
color: #A7F865;
}
.AnyTagClassName
{
color: #A7F865;
}
</style>
background-color css
<style>
a { background-color: #A7F865; }
a { background-color: rgb(167,248,101); }
div.DivClassName
{
background-color: #A7F865;
}
.BgClassName
{
background-color: #A7F865;
}
</style>
border-color css
<style>
span { border-color: #A7F865; }
span { border-color: rgb(167,248,101); }
td.TdClassName
{
border-color: #A7F865;
}
.TagClassName
{
border-color: #A7F865;
}
</style>