Shades of Conifer #A8CE57
Tints of Conifer #A8CE57
RGB
CMYK
RGB Variations
Color information
#A8CE57 (or 0xA8CE57) is known color: Conifer. HEX triplet: A8, CE and 57. RGB value is (168,206,87). Sum of RGB (Red+Green+Blue) = 168+206+87=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 87 (34.38% from 255 or 18.87% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CE57 is #5731A8. Grayscale: #B5B5B5. Windows color (decimal): -5714345 or 5754536. OLE color: 5754536.
HSL color Cylindrical-coordinate representation of color #A8CE57: hue angle of 79.16º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8CE57 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 87 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.19 |
| HSL | 79.16º | 0.55% | 0.57% | - |
| HSV(B) | 79.16º | 0.58% | 0.81% | - |
| XYZ | 39.94 | 53.16 | 17.17 | - |
| YUV | 181.07 | 74.91 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 87 | 0.18 | 0 | 0.58 | 0.19 | 79.16 | 0.55 | 0.57 |
| Hex | A8 | CE | 57 | 12 | 0 | 3A | 13 | 4F | 37 | 39 |
| Octal | 250 | 316 | 127 | 22 | 0 | 72 | 23 | 117 | 67 | 71 |
| Binary | 10101000 | 11001110 | 1010111 | 10010 | 0 | 111010 | 10011 | 1001111 | 110111 | 111001 |
Color Harmonies of #A8CE57
Complementary color
Monochromatic Colors of #A8CE57
Black with #A8CE57
Text Example
Text Example
White with #A8CE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CE57; }
p { color: rgb(168,206,87); }
H1.HeaderClassName
{
color: #A8CE57;
}
.AnyTagClassName
{
color: #A8CE57;
}
</style>
background-color css
<style>
a { background-color: #A8CE57; }
a { background-color: rgb(168,206,87); }
div.DivClassName
{
background-color: #A8CE57;
}
.BgClassName
{
background-color: #A8CE57;
}
</style>
border-color css
<style>
span { border-color: #A8CE57; }
span { border-color: rgb(168,206,87); }
td.TdClassName
{
border-color: #A8CE57;
}
.TagClassName
{
border-color: #A8CE57;
}
</style>