Shades of Conifer #A8F659
Tints of Conifer #A8F659
RGB
CMYK
RGB Variations
Color information
#A8F659 (or 0xA8F659) is known color: Conifer. HEX triplet: A8, F6 and 59. RGB value is (168,246,89). Sum of RGB (Red+Green+Blue) = 168+246+89=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 246 (96.48% from 255 or 48.91% from 503); Blue value is 89 (35.16% from 255 or 17.69% from 503); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F659 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F659 is #5709A6. Grayscale: #CDCDCD. Windows color (decimal): -5704103 or 5895848. OLE color: 5895848.
HSL color Cylindrical-coordinate representation of color #A8F659: hue angle of 89.81º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8F659 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 246 | 89 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.04 |
| HSL | 89.81º | 0.9% | 0.66% | - |
| HSV(B) | 89.81º | 0.64% | 0.96% | - |
| XYZ | 50.91 | 74.96 | 21.24 | - |
| YUV | 204.78 | 62.66 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 246 | 89 | 0.32 | 0 | 0.64 | 0.04 | 89.81 | 0.9 | 0.66 |
| Hex | A8 | F6 | 59 | 20 | 0 | 40 | 4 | 5A | 5A | 42 |
| Octal | 250 | 366 | 131 | 40 | 0 | 100 | 4 | 132 | 132 | 102 |
| Binary | 10101000 | 11110110 | 1011001 | 100000 | 0 | 1000000 | 100 | 1011010 | 1011010 | 1000010 |
Color Harmonies of #A8F659
Complementary color
Monochromatic Colors of #A8F659
Black with #A8F659
Text Example
Text Example
White with #A8F659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F659; }
p { color: rgb(168,246,89); }
H1.HeaderClassName
{
color: #A8F659;
}
.AnyTagClassName
{
color: #A8F659;
}
</style>
background-color css
<style>
a { background-color: #A8F659; }
a { background-color: rgb(168,246,89); }
div.DivClassName
{
background-color: #A8F659;
}
.BgClassName
{
background-color: #A8F659;
}
</style>
border-color css
<style>
span { border-color: #A8F659; }
span { border-color: rgb(168,246,89); }
td.TdClassName
{
border-color: #A8F659;
}
.TagClassName
{
border-color: #A8F659;
}
</style>