Shades of Conifer #A0D657
Tints of Conifer #A0D657
RGB
CMYK
RGB Variations
Color information
#A0D657 (or 0xA0D657) is known color: Conifer. HEX triplet: A0, D6 and 57. RGB value is (160,214,87). Sum of RGB (Red+Green+Blue) = 160+214+87=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 87 (34.38% from 255 or 18.87% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D657 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D657 is #5F29A8. Grayscale: #B7B7B7. Windows color (decimal): -6236585 or 5756576. OLE color: 5756576.
HSL color Cylindrical-coordinate representation of color #A0D657: hue angle of 85.51º 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 #A0D657 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 87 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.16 |
| HSL | 85.51º | 0.61% | 0.59% | - |
| HSV(B) | 85.51º | 0.59% | 0.84% | - |
| XYZ | 40.26 | 56.25 | 17.75 | - |
| YUV | 183.38 | 73.61 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 87 | 0.25 | 0 | 0.59 | 0.16 | 85.51 | 0.61 | 0.59 |
| Hex | A0 | D6 | 57 | 19 | 0 | 3B | 10 | 56 | 3D | 3B |
| Octal | 240 | 326 | 127 | 31 | 0 | 73 | 20 | 126 | 75 | 73 |
| Binary | 10100000 | 11010110 | 1010111 | 11001 | 0 | 111011 | 10000 | 1010110 | 111101 | 111011 |
Color Harmonies of #A0D657
Complementary color
Monochromatic Colors of #A0D657
Black with #A0D657
Text Example
Text Example
White with #A0D657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D657; }
p { color: rgb(160,214,87); }
H1.HeaderClassName
{
color: #A0D657;
}
.AnyTagClassName
{
color: #A0D657;
}
</style>
background-color css
<style>
a { background-color: #A0D657; }
a { background-color: rgb(160,214,87); }
div.DivClassName
{
background-color: #A0D657;
}
.BgClassName
{
background-color: #A0D657;
}
</style>
border-color css
<style>
span { border-color: #A0D657; }
span { border-color: rgb(160,214,87); }
td.TdClassName
{
border-color: #A0D657;
}
.TagClassName
{
border-color: #A0D657;
}
</style>