Shades of Conifer #A5C857
Tints of Conifer #A5C857
RGB
CMYK
RGB Variations
Color information
#A5C857 (or 0xA5C857) is known color: Conifer. HEX triplet: A5, C8 and 57. RGB value is (165,200,87). Sum of RGB (Red+Green+Blue) = 165+200+87=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 87 (34.38% from 255 or 19.25% from 452); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C857 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C857 is #5A37A8. Grayscale: #B1B1B1. Windows color (decimal): -5912489 or 5752997. OLE color: 5752997.
HSL color Cylindrical-coordinate representation of color #A5C857: hue angle of 78.58º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5C857 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 200 | 87 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.22 |
| HSL | 78.58º | 0.51% | 0.56% | - |
| HSV(B) | 78.58º | 0.57% | 0.78% | - |
| XYZ | 37.89 | 50 | 16.67 | - |
| YUV | 176.65 | 77.4 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 200 | 87 | 0.18 | 0 | 0.56 | 0.22 | 78.58 | 0.51 | 0.56 |
| Hex | A5 | C8 | 57 | 12 | 0 | 38 | 16 | 4F | 33 | 38 |
| Octal | 245 | 310 | 127 | 22 | 0 | 70 | 26 | 117 | 63 | 70 |
| Binary | 10100101 | 11001000 | 1010111 | 10010 | 0 | 111000 | 10110 | 1001111 | 110011 | 111000 |
Color Harmonies of #A5C857
Complementary color
Monochromatic Colors of #A5C857
Black with #A5C857
Text Example
Text Example
White with #A5C857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C857; }
p { color: rgb(165,200,87); }
H1.HeaderClassName
{
color: #A5C857;
}
.AnyTagClassName
{
color: #A5C857;
}
</style>
background-color css
<style>
a { background-color: #A5C857; }
a { background-color: rgb(165,200,87); }
div.DivClassName
{
background-color: #A5C857;
}
.BgClassName
{
background-color: #A5C857;
}
</style>
border-color css
<style>
span { border-color: #A5C857; }
span { border-color: rgb(165,200,87); }
td.TdClassName
{
border-color: #A5C857;
}
.TagClassName
{
border-color: #A5C857;
}
</style>