Shades of Conifer #A0C757
Tints of Conifer #A0C757
RGB
CMYK
RGB Variations
Color information
#A0C757 (or 0xA0C757) is known color: Conifer. HEX triplet: A0, C7 and 57. RGB value is (160,199,87). Sum of RGB (Red+Green+Blue) = 160+199+87=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 87 (34.38% from 255 or 19.51% from 446); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C757 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C757 is #5F38A8. Grayscale: #AEAEAE. Windows color (decimal): -6240425 or 5752736. OLE color: 5752736.
HSL color Cylindrical-coordinate representation of color #A0C757: hue angle of 80.89º degrees, saturation: 0.5, 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 #A0C757 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 199 | 87 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.22 |
| HSL | 80.89º | 0.5% | 0.56% | - |
| HSV(B) | 80.89º | 0.56% | 0.78% | - |
| XYZ | 36.64 | 49.01 | 16.55 | - |
| YUV | 174.57 | 78.58 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 199 | 87 | 0.20 | 0 | 0.56 | 0.22 | 80.89 | 0.5 | 0.56 |
| Hex | A0 | C7 | 57 | 14 | 0 | 38 | 16 | 51 | 32 | 38 |
| Octal | 240 | 307 | 127 | 24 | 0 | 70 | 26 | 121 | 62 | 70 |
| Binary | 10100000 | 11000111 | 1010111 | 10100 | 0 | 111000 | 10110 | 1010001 | 110010 | 111000 |
Color Harmonies of #A0C757
Complementary color
Monochromatic Colors of #A0C757
Black with #A0C757
Text Example
Text Example
White with #A0C757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C757; }
p { color: rgb(160,199,87); }
H1.HeaderClassName
{
color: #A0C757;
}
.AnyTagClassName
{
color: #A0C757;
}
</style>
background-color css
<style>
a { background-color: #A0C757; }
a { background-color: rgb(160,199,87); }
div.DivClassName
{
background-color: #A0C757;
}
.BgClassName
{
background-color: #A0C757;
}
</style>
border-color css
<style>
span { border-color: #A0C757; }
span { border-color: rgb(160,199,87); }
td.TdClassName
{
border-color: #A0C757;
}
.TagClassName
{
border-color: #A0C757;
}
</style>