Shades of Jade #0FAE73
Tints of Jade #0FAE73
RGB
CMYK
RGB Variations
Color information
#0FAE73 (or 0x0FAE73) is known color: Jade. HEX triplet: 0F, AE and 73. RGB value is (15,174,115). Sum of RGB (Red+Green+Blue) = 15+174+115=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 174 (68.36% from 255 or 57.24% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAE73 is #F0518C. Grayscale: #777777. Windows color (decimal): -15749517 or 7581199. OLE color: 7581199.
HSL color Cylindrical-coordinate representation of color #0FAE73: hue angle of 157.74º 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 #0FAE73 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 174 | 115 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.32 |
| HSL | 157.74º | 0.84% | 0.37% | - |
| HSV(B) | 157.74º | 0.91% | 0.68% | - |
| XYZ | 18.43 | 31.61 | 21.35 | - |
| YUV | 119.73 | 125.32 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 115 | 0.91 | 0 | 0.34 | 0.32 | 157.74 | 0.84 | 0.37 |
| Hex | F | AE | 73 | 5B | 0 | 22 | 20 | 9E | 54 | 25 |
| Octal | 17 | 256 | 163 | 133 | 0 | 42 | 40 | 236 | 124 | 45 |
| Binary | 1111 | 10101110 | 1110011 | 1011011 | 0 | 100010 | 100000 | 10011110 | 1010100 | 100101 |
Color Harmonies of #0FAE73
Complementary color
Monochromatic Colors of #0FAE73
Black with #0FAE73
Text Example
Text Example
White with #0FAE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAE73; }
p { color: rgb(15,174,115); }
H1.HeaderClassName
{
color: #0FAE73;
}
.AnyTagClassName
{
color: #0FAE73;
}
</style>
background-color css
<style>
a { background-color: #0FAE73; }
a { background-color: rgb(15,174,115); }
div.DivClassName
{
background-color: #0FAE73;
}
.BgClassName
{
background-color: #0FAE73;
}
</style>
border-color css
<style>
span { border-color: #0FAE73; }
span { border-color: rgb(15,174,115); }
td.TdClassName
{
border-color: #0FAE73;
}
.TagClassName
{
border-color: #0FAE73;
}
</style>