Shades of Conifer #A8EB59
Tints of Conifer #A8EB59
RGB
CMYK
RGB Variations
Color information
#A8EB59 (or 0xA8EB59) is known color: Conifer. HEX triplet: A8, EB and 59. RGB value is (168,235,89). Sum of RGB (Red+Green+Blue) = 168+235+89=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 235 (92.19% from 255 or 47.76% from 492); Blue value is 89 (35.16% from 255 or 18.09% from 492); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EB59 is #5714A6. Grayscale: #C6C6C6. Windows color (decimal): -5706919 or 5893032. OLE color: 5893032.
HSL color Cylindrical-coordinate representation of color #A8EB59: hue angle of 87.53º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8EB59 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 235 | 89 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.08 |
| HSL | 87.53º | 0.78% | 0.64% | - |
| HSV(B) | 87.53º | 0.62% | 0.92% | - |
| XYZ | 47.66 | 68.46 | 20.15 | - |
| YUV | 198.32 | 66.3 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 235 | 89 | 0.29 | 0 | 0.62 | 0.08 | 87.53 | 0.78 | 0.64 |
| Hex | A8 | EB | 59 | 1D | 0 | 3E | 8 | 58 | 4E | 40 |
| Octal | 250 | 353 | 131 | 35 | 0 | 76 | 10 | 130 | 116 | 100 |
| Binary | 10101000 | 11101011 | 1011001 | 11101 | 0 | 111110 | 1000 | 1011000 | 1001110 | 1000000 |
Color Harmonies of #A8EB59
Complementary color
Monochromatic Colors of #A8EB59
Black with #A8EB59
Text Example
Text Example
White with #A8EB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EB59; }
p { color: rgb(168,235,89); }
H1.HeaderClassName
{
color: #A8EB59;
}
.AnyTagClassName
{
color: #A8EB59;
}
</style>
background-color css
<style>
a { background-color: #A8EB59; }
a { background-color: rgb(168,235,89); }
div.DivClassName
{
background-color: #A8EB59;
}
.BgClassName
{
background-color: #A8EB59;
}
</style>
border-color css
<style>
span { border-color: #A8EB59; }
span { border-color: rgb(168,235,89); }
td.TdClassName
{
border-color: #A8EB59;
}
.TagClassName
{
border-color: #A8EB59;
}
</style>