Shades of Conifer #A0E657
Tints of Conifer #A0E657
RGB
CMYK
RGB Variations
Color information
#A0E657 (or 0xA0E657) is known color: Conifer. HEX triplet: A0, E6 and 57. RGB value is (160,230,87). Sum of RGB (Red+Green+Blue) = 160+230+87=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 230 (90.23% from 255 or 48.22% from 477); Blue value is 87 (34.38% from 255 or 18.24% from 477); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E657 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E657 is #5F19A8. Grayscale: #C1C1C1. Windows color (decimal): -6232489 or 5760672. OLE color: 5760672.
HSL color Cylindrical-coordinate representation of color #A0E657: hue angle of 89.37º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0E657 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 230 | 87 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.10 |
| HSL | 89.37º | 0.74% | 0.62% | - |
| HSV(B) | 89.37º | 0.62% | 0.9% | - |
| XYZ | 44.51 | 64.76 | 19.17 | - |
| YUV | 192.77 | 68.31 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 230 | 87 | 0.30 | 0 | 0.62 | 0.10 | 89.37 | 0.74 | 0.62 |
| Hex | A0 | E6 | 57 | 1E | 0 | 3E | A | 59 | 4A | 3E |
| Octal | 240 | 346 | 127 | 36 | 0 | 76 | 12 | 131 | 112 | 76 |
| Binary | 10100000 | 11100110 | 1010111 | 11110 | 0 | 111110 | 1010 | 1011001 | 1001010 | 111110 |
Color Harmonies of #A0E657
Complementary color
Monochromatic Colors of #A0E657
Black with #A0E657
Text Example
Text Example
White with #A0E657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E657; }
p { color: rgb(160,230,87); }
H1.HeaderClassName
{
color: #A0E657;
}
.AnyTagClassName
{
color: #A0E657;
}
</style>
background-color css
<style>
a { background-color: #A0E657; }
a { background-color: rgb(160,230,87); }
div.DivClassName
{
background-color: #A0E657;
}
.BgClassName
{
background-color: #A0E657;
}
</style>
border-color css
<style>
span { border-color: #A0E657; }
span { border-color: rgb(160,230,87); }
td.TdClassName
{
border-color: #A0E657;
}
.TagClassName
{
border-color: #A0E657;
}
</style>