Shades of Conifer #A8F95E
Tints of Conifer #A8F95E
RGB
CMYK
RGB Variations
Color information
#A8F95E (or 0xA8F95E) is known color: Conifer. HEX triplet: A8, F9 and 5E. RGB value is (168,249,94). Sum of RGB (Red+Green+Blue) = 168+249+94=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F95E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F95E is #5706A1. Grayscale: #CFCFCF. Windows color (decimal): -5703330 or 6224296. OLE color: 6224296.
HSL color Cylindrical-coordinate representation of color #A8F95E: hue angle of 91.35º degrees, saturation: 0.93, 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 #A8F95E is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 249 | 94 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.02 |
| HSL | 91.35º | 0.93% | 0.67% | - |
| HSV(B) | 91.35º | 0.62% | 0.98% | - |
| XYZ | 52.04 | 76.88 | 22.69 | - |
| YUV | 207.11 | 64.16 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 249 | 94 | 0.33 | 0 | 0.62 | 0.02 | 91.35 | 0.93 | 0.67 |
| Hex | A8 | F9 | 5E | 21 | 0 | 3E | 2 | 5B | 5D | 43 |
| Octal | 250 | 371 | 136 | 41 | 0 | 76 | 2 | 133 | 135 | 103 |
| Binary | 10101000 | 11111001 | 1011110 | 100001 | 0 | 111110 | 10 | 1011011 | 1011101 | 1000011 |
Color Harmonies of #A8F95E
Complementary color
Monochromatic Colors of #A8F95E
Black with #A8F95E
Text Example
Text Example
White with #A8F95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F95E; }
p { color: rgb(168,249,94); }
H1.HeaderClassName
{
color: #A8F95E;
}
.AnyTagClassName
{
color: #A8F95E;
}
</style>
background-color css
<style>
a { background-color: #A8F95E; }
a { background-color: rgb(168,249,94); }
div.DivClassName
{
background-color: #A8F95E;
}
.BgClassName
{
background-color: #A8F95E;
}
</style>
border-color css
<style>
span { border-color: #A8F95E; }
span { border-color: rgb(168,249,94); }
td.TdClassName
{
border-color: #A8F95E;
}
.TagClassName
{
border-color: #A8F95E;
}
</style>