Shades of Jade #0FAE76
Tints of Jade #0FAE76
RGB
CMYK
RGB Variations
Color information
#0FAE76 (or 0x0FAE76) is known color: Jade. HEX triplet: 0F, AE and 76. RGB value is (15,174,118). Sum of RGB (Red+Green+Blue) = 15+174+118=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAE76 is #F05189. Grayscale: #787878. Windows color (decimal): -15749514 or 7777807. OLE color: 7777807.
HSL color Cylindrical-coordinate representation of color #0FAE76: hue angle of 158.87º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAE76 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 174 | 118 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.32 |
| HSL | 158.87º | 0.84% | 0.37% | - |
| HSV(B) | 158.87º | 0.91% | 0.68% | - |
| XYZ | 18.6 | 31.68 | 22.27 | - |
| YUV | 120.08 | 126.82 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 118 | 0.91 | 0 | 0.32 | 0.32 | 158.87 | 0.84 | 0.37 |
| Hex | F | AE | 76 | 5B | 0 | 20 | 20 | 9F | 54 | 25 |
| Octal | 17 | 256 | 166 | 133 | 0 | 40 | 40 | 237 | 124 | 45 |
| Binary | 1111 | 10101110 | 1110110 | 1011011 | 0 | 100000 | 100000 | 10011111 | 1010100 | 100101 |
Color Harmonies of #0FAE76
Complementary color
Monochromatic Colors of #0FAE76
Black with #0FAE76
Text Example
Text Example
White with #0FAE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAE76; }
p { color: rgb(15,174,118); }
H1.HeaderClassName
{
color: #0FAE76;
}
.AnyTagClassName
{
color: #0FAE76;
}
</style>
background-color css
<style>
a { background-color: #0FAE76; }
a { background-color: rgb(15,174,118); }
div.DivClassName
{
background-color: #0FAE76;
}
.BgClassName
{
background-color: #0FAE76;
}
</style>
border-color css
<style>
span { border-color: #0FAE76; }
span { border-color: rgb(15,174,118); }
td.TdClassName
{
border-color: #0FAE76;
}
.TagClassName
{
border-color: #0FAE76;
}
</style>