Shades of Conifer #A8F14E
Tints of Conifer #A8F14E
RGB
CMYK
RGB Variations
Color information
#A8F14E (or 0xA8F14E) is known color: Conifer. HEX triplet: A8, F1 and 4E. RGB value is (168,241,78). Sum of RGB (Red+Green+Blue) = 168+241+78=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 78 (30.86% from 255 or 16.02% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F14E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F14E is #570EB1. Grayscale: #C9C9C9. Windows color (decimal): -5705394 or 5173672. OLE color: 5173672.
HSL color Cylindrical-coordinate representation of color #A8F14E: hue angle of 86.87º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8F14E is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 78 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.05 |
| HSL | 86.87º | 0.85% | 0.63% | - |
| HSV(B) | 86.87º | 0.68% | 0.95% | - |
| XYZ | 48.98 | 71.79 | 18.48 | - |
| YUV | 200.59 | 58.82 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 78 | 0.30 | 0 | 0.68 | 0.05 | 86.87 | 0.85 | 0.63 |
| Hex | A8 | F1 | 4E | 1E | 0 | 44 | 5 | 57 | 55 | 3F |
| Octal | 250 | 361 | 116 | 36 | 0 | 104 | 5 | 127 | 125 | 77 |
| Binary | 10101000 | 11110001 | 1001110 | 11110 | 0 | 1000100 | 101 | 1010111 | 1010101 | 111111 |
Color Harmonies of #A8F14E
Complementary color
Monochromatic Colors of #A8F14E
Black with #A8F14E
Text Example
Text Example
White with #A8F14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F14E; }
p { color: rgb(168,241,78); }
H1.HeaderClassName
{
color: #A8F14E;
}
.AnyTagClassName
{
color: #A8F14E;
}
</style>
background-color css
<style>
a { background-color: #A8F14E; }
a { background-color: rgb(168,241,78); }
div.DivClassName
{
background-color: #A8F14E;
}
.BgClassName
{
background-color: #A8F14E;
}
</style>
border-color css
<style>
span { border-color: #A8F14E; }
span { border-color: rgb(168,241,78); }
td.TdClassName
{
border-color: #A8F14E;
}
.TagClassName
{
border-color: #A8F14E;
}
</style>