Shades of Conifer #A8EB57
Tints of Conifer #A8EB57
RGB
CMYK
RGB Variations
Color information
#A8EB57 (or 0xA8EB57) is known color: Conifer. HEX triplet: A8, EB and 57. RGB value is (168,235,87). Sum of RGB (Red+Green+Blue) = 168+235+87=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 87 (34.38% from 255 or 17.76% from 490); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EB57 is #5714A8. Grayscale: #C6C6C6. Windows color (decimal): -5706921 or 5761960. OLE color: 5761960.
HSL color Cylindrical-coordinate representation of color #A8EB57: hue angle of 87.16º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8EB57 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 235 | 87 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.08 |
| HSL | 87.16º | 0.79% | 0.63% | - |
| HSV(B) | 87.16º | 0.63% | 0.92% | - |
| XYZ | 47.58 | 68.43 | 19.72 | - |
| YUV | 198.1 | 65.3 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 235 | 87 | 0.29 | 0 | 0.63 | 0.08 | 87.16 | 0.79 | 0.63 |
| Hex | A8 | EB | 57 | 1D | 0 | 3F | 8 | 57 | 4F | 3F |
| Octal | 250 | 353 | 127 | 35 | 0 | 77 | 10 | 127 | 117 | 77 |
| Binary | 10101000 | 11101011 | 1010111 | 11101 | 0 | 111111 | 1000 | 1010111 | 1001111 | 111111 |
Color Harmonies of #A8EB57
Complementary color
Monochromatic Colors of #A8EB57
Black with #A8EB57
Text Example
Text Example
White with #A8EB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EB57; }
p { color: rgb(168,235,87); }
H1.HeaderClassName
{
color: #A8EB57;
}
.AnyTagClassName
{
color: #A8EB57;
}
</style>
background-color css
<style>
a { background-color: #A8EB57; }
a { background-color: rgb(168,235,87); }
div.DivClassName
{
background-color: #A8EB57;
}
.BgClassName
{
background-color: #A8EB57;
}
</style>
border-color css
<style>
span { border-color: #A8EB57; }
span { border-color: rgb(168,235,87); }
td.TdClassName
{
border-color: #A8EB57;
}
.TagClassName
{
border-color: #A8EB57;
}
</style>