Shades of Jade #0EB06C
Tints of Jade #0EB06C
RGB
CMYK
RGB Variations
Color information
#0EB06C (or 0x0EB06C) is known color: Jade. HEX triplet: 0E, B0 and 6C. RGB value is (14,176,108). Sum of RGB (Red+Green+Blue) = 14+176+108=298 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.70% from 298); Green value is 176 (69.14% from 255 or 59.06% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 176 - color contains mainly: green. Hex color #0EB06C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EB06C is #F14F93. Grayscale: #777777. Windows color (decimal): -15814548 or 7122958. OLE color: 7122958.
HSL color Cylindrical-coordinate representation of color #0EB06C: hue angle of 154.81º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB06C is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 176 | 108 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.31 |
| HSL | 154.81º | 0.85% | 0.37% | - |
| HSV(B) | 154.81º | 0.92% | 0.69% | - |
| XYZ | 18.41 | 32.23 | 19.44 | - |
| YUV | 119.81 | 121.33 | 52.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 176 | 108 | 0.92 | 0 | 0.39 | 0.31 | 154.81 | 0.85 | 0.37 |
| Hex | E | B0 | 6C | 5C | 0 | 27 | 1F | 9B | 55 | 25 |
| Octal | 16 | 260 | 154 | 134 | 0 | 47 | 37 | 233 | 125 | 45 |
| Binary | 1110 | 10110000 | 1101100 | 1011100 | 0 | 100111 | 11111 | 10011011 | 1010101 | 100101 |
Color Harmonies of #0EB06C
Complementary color
Monochromatic Colors of #0EB06C
Black with #0EB06C
Text Example
Text Example
White with #0EB06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB06C; }
p { color: rgb(14,176,108); }
H1.HeaderClassName
{
color: #0EB06C;
}
.AnyTagClassName
{
color: #0EB06C;
}
</style>
background-color css
<style>
a { background-color: #0EB06C; }
a { background-color: rgb(14,176,108); }
div.DivClassName
{
background-color: #0EB06C;
}
.BgClassName
{
background-color: #0EB06C;
}
</style>
border-color css
<style>
span { border-color: #0EB06C; }
span { border-color: rgb(14,176,108); }
td.TdClassName
{
border-color: #0EB06C;
}
.TagClassName
{
border-color: #0EB06C;
}
</style>