Shades of Conifer #A8ED59
Tints of Conifer #A8ED59
RGB
CMYK
RGB Variations
Color information
#A8ED59 (or 0xA8ED59) is known color: Conifer. HEX triplet: A8, ED and 59. RGB value is (168,237,89). Sum of RGB (Red+Green+Blue) = 168+237+89=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 89 (35.16% from 255 or 18.02% from 494); Max value from RGB is 237 - color contains mainly: green. Hex color #A8ED59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8ED59 is #5712A6. Grayscale: #C8C8C8. Windows color (decimal): -5706407 or 5893544. OLE color: 5893544.
HSL color Cylindrical-coordinate representation of color #A8ED59: hue angle of 87.97º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8ED59 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 89 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.07 |
| HSL | 87.97º | 0.8% | 0.64% | - |
| HSV(B) | 87.97º | 0.62% | 0.93% | - |
| XYZ | 48.24 | 69.61 | 20.35 | - |
| YUV | 199.5 | 65.64 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 89 | 0.29 | 0 | 0.62 | 0.07 | 87.97 | 0.8 | 0.64 |
| Hex | A8 | ED | 59 | 1D | 0 | 3E | 7 | 58 | 50 | 40 |
| Octal | 250 | 355 | 131 | 35 | 0 | 76 | 7 | 130 | 120 | 100 |
| Binary | 10101000 | 11101101 | 1011001 | 11101 | 0 | 111110 | 111 | 1011000 | 1010000 | 1000000 |
Color Harmonies of #A8ED59
Complementary color
Monochromatic Colors of #A8ED59
Black with #A8ED59
Text Example
Text Example
White with #A8ED59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ED59; }
p { color: rgb(168,237,89); }
H1.HeaderClassName
{
color: #A8ED59;
}
.AnyTagClassName
{
color: #A8ED59;
}
</style>
background-color css
<style>
a { background-color: #A8ED59; }
a { background-color: rgb(168,237,89); }
div.DivClassName
{
background-color: #A8ED59;
}
.BgClassName
{
background-color: #A8ED59;
}
</style>
border-color css
<style>
span { border-color: #A8ED59; }
span { border-color: rgb(168,237,89); }
td.TdClassName
{
border-color: #A8ED59;
}
.TagClassName
{
border-color: #A8ED59;
}
</style>