Shades of Conifer #A7F850
Tints of Conifer #A7F850
RGB
CMYK
RGB Variations
Color information
#A7F850 (or 0xA7F850) is known color: Conifer. HEX triplet: A7, F8 and 50. RGB value is (167,248,80). Sum of RGB (Red+Green+Blue) = 167+248+80=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #A7F850 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F850 is #5807AF. Grayscale: #CDCDCD. Windows color (decimal): -5769136 or 5306535. OLE color: 5306535.
HSL color Cylindrical-coordinate representation of color #A7F850: hue angle of 88.93º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A7F850 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 248 | 80 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.03 |
| HSL | 88.93º | 0.92% | 0.64% | - |
| HSV(B) | 88.93º | 0.68% | 0.97% | - |
| XYZ | 50.95 | 75.93 | 19.56 | - |
| YUV | 204.63 | 57.66 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 248 | 80 | 0.33 | 0 | 0.68 | 0.03 | 88.93 | 0.92 | 0.64 |
| Hex | A7 | F8 | 50 | 21 | 0 | 44 | 3 | 59 | 5C | 40 |
| Octal | 247 | 370 | 120 | 41 | 0 | 104 | 3 | 131 | 134 | 100 |
| Binary | 10100111 | 11111000 | 1010000 | 100001 | 0 | 1000100 | 11 | 1011001 | 1011100 | 1000000 |
Color Harmonies of #A7F850
Complementary color
Monochromatic Colors of #A7F850
Black with #A7F850
Text Example
Text Example
White with #A7F850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F850; }
p { color: rgb(167,248,80); }
H1.HeaderClassName
{
color: #A7F850;
}
.AnyTagClassName
{
color: #A7F850;
}
</style>
background-color css
<style>
a { background-color: #A7F850; }
a { background-color: rgb(167,248,80); }
div.DivClassName
{
background-color: #A7F850;
}
.BgClassName
{
background-color: #A7F850;
}
</style>
border-color css
<style>
span { border-color: #A7F850; }
span { border-color: rgb(167,248,80); }
td.TdClassName
{
border-color: #A7F850;
}
.TagClassName
{
border-color: #A7F850;
}
</style>