Shades of Conifer #A5D657
Tints of Conifer #A5D657
RGB
CMYK
RGB Variations
Color information
#A5D657 (or 0xA5D657) is known color: Conifer. HEX triplet: A5, D6 and 57. RGB value is (165,214,87). Sum of RGB (Red+Green+Blue) = 165+214+87=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 87 (34.38% from 255 or 18.67% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D657 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D657 is #5A29A8. Grayscale: #B9B9B9. Windows color (decimal): -5908905 or 5756581. OLE color: 5756581.
HSL color Cylindrical-coordinate representation of color #A5D657: hue angle of 83.15º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5D657 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 214 | 87 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.16 |
| HSL | 83.15º | 0.61% | 0.59% | - |
| HSV(B) | 83.15º | 0.59% | 0.84% | - |
| XYZ | 41.28 | 56.78 | 17.8 | - |
| YUV | 184.87 | 72.77 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 214 | 87 | 0.23 | 0 | 0.59 | 0.16 | 83.15 | 0.61 | 0.59 |
| Hex | A5 | D6 | 57 | 17 | 0 | 3B | 10 | 53 | 3D | 3B |
| Octal | 245 | 326 | 127 | 27 | 0 | 73 | 20 | 123 | 75 | 73 |
| Binary | 10100101 | 11010110 | 1010111 | 10111 | 0 | 111011 | 10000 | 1010011 | 111101 | 111011 |
Color Harmonies of #A5D657
Complementary color
Monochromatic Colors of #A5D657
Black with #A5D657
Text Example
Text Example
White with #A5D657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D657; }
p { color: rgb(165,214,87); }
H1.HeaderClassName
{
color: #A5D657;
}
.AnyTagClassName
{
color: #A5D657;
}
</style>
background-color css
<style>
a { background-color: #A5D657; }
a { background-color: rgb(165,214,87); }
div.DivClassName
{
background-color: #A5D657;
}
.BgClassName
{
background-color: #A5D657;
}
</style>
border-color css
<style>
span { border-color: #A5D657; }
span { border-color: rgb(165,214,87); }
td.TdClassName
{
border-color: #A5D657;
}
.TagClassName
{
border-color: #A5D657;
}
</style>