Shades of Conifer #A8F959
Tints of Conifer #A8F959
RGB
CMYK
RGB Variations
Color information
#A8F959 (or 0xA8F959) is known color: Conifer. HEX triplet: A8, F9 and 59. RGB value is (168,249,89). Sum of RGB (Red+Green+Blue) = 168+249+89=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 249 (97.66% from 255 or 49.21% from 506); Blue value is 89 (35.16% from 255 or 17.59% from 506); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F959 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F959 is #5706A6. Grayscale: #CFCFCF. Windows color (decimal): -5703335 or 5896616. OLE color: 5896616.
HSL color Cylindrical-coordinate representation of color #A8F959: hue angle of 90.38º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8F959 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 249 | 89 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.02 |
| HSL | 90.38º | 0.93% | 0.66% | - |
| HSV(B) | 90.38º | 0.64% | 0.98% | - |
| XYZ | 51.83 | 76.8 | 21.54 | - |
| YUV | 206.54 | 61.66 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 249 | 89 | 0.33 | 0 | 0.64 | 0.02 | 90.38 | 0.93 | 0.66 |
| Hex | A8 | F9 | 59 | 21 | 0 | 40 | 2 | 5A | 5D | 42 |
| Octal | 250 | 371 | 131 | 41 | 0 | 100 | 2 | 132 | 135 | 102 |
| Binary | 10101000 | 11111001 | 1011001 | 100001 | 0 | 1000000 | 10 | 1011010 | 1011101 | 1000010 |
Color Harmonies of #A8F959
Complementary color
Monochromatic Colors of #A8F959
Black with #A8F959
Text Example
Text Example
White with #A8F959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F959; }
p { color: rgb(168,249,89); }
H1.HeaderClassName
{
color: #A8F959;
}
.AnyTagClassName
{
color: #A8F959;
}
</style>
background-color css
<style>
a { background-color: #A8F959; }
a { background-color: rgb(168,249,89); }
div.DivClassName
{
background-color: #A8F959;
}
.BgClassName
{
background-color: #A8F959;
}
</style>
border-color css
<style>
span { border-color: #A8F959; }
span { border-color: rgb(168,249,89); }
td.TdClassName
{
border-color: #A8F959;
}
.TagClassName
{
border-color: #A8F959;
}
</style>