Shades of Conifer #A8F15E
Tints of Conifer #A8F15E
RGB
CMYK
RGB Variations
Color information
#A8F15E (or 0xA8F15E) is known color: Conifer. HEX triplet: A8, F1 and 5E. RGB value is (168,241,94). Sum of RGB (Red+Green+Blue) = 168+241+94=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 94 (37.11% from 255 or 18.69% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F15E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F15E is #570EA1. Grayscale: #CACACA. Windows color (decimal): -5705378 or 6222248. OLE color: 6222248.
HSL color Cylindrical-coordinate representation of color #A8F15E: hue angle of 89.8º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8F15E is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 94 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.05 |
| HSL | 89.8º | 0.84% | 0.66% | - |
| HSV(B) | 89.8º | 0.61% | 0.95% | - |
| XYZ | 49.62 | 72.04 | 21.88 | - |
| YUV | 202.42 | 66.82 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 94 | 0.30 | 0 | 0.61 | 0.05 | 89.8 | 0.84 | 0.66 |
| Hex | A8 | F1 | 5E | 1E | 0 | 3D | 5 | 5A | 54 | 42 |
| Octal | 250 | 361 | 136 | 36 | 0 | 75 | 5 | 132 | 124 | 102 |
| Binary | 10101000 | 11110001 | 1011110 | 11110 | 0 | 111101 | 101 | 1011010 | 1010100 | 1000010 |
Color Harmonies of #A8F15E
Complementary color
Monochromatic Colors of #A8F15E
Black with #A8F15E
Text Example
Text Example
White with #A8F15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F15E; }
p { color: rgb(168,241,94); }
H1.HeaderClassName
{
color: #A8F15E;
}
.AnyTagClassName
{
color: #A8F15E;
}
</style>
background-color css
<style>
a { background-color: #A8F15E; }
a { background-color: rgb(168,241,94); }
div.DivClassName
{
background-color: #A8F15E;
}
.BgClassName
{
background-color: #A8F15E;
}
</style>
border-color css
<style>
span { border-color: #A8F15E; }
span { border-color: rgb(168,241,94); }
td.TdClassName
{
border-color: #A8F15E;
}
.TagClassName
{
border-color: #A8F15E;
}
</style>