Shades of Jade #0FAE6D
Tints of Jade #0FAE6D
RGB
CMYK
RGB Variations
Color information
#0FAE6D (or 0x0FAE6D) is known color: Jade. HEX triplet: 0F, AE and 6D. RGB value is (15,174,109). Sum of RGB (Red+Green+Blue) = 15+174+109=298 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.03% from 298); Green value is 174 (68.36% from 255 or 58.39% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAE6D is #F05192. Grayscale: #777777. Windows color (decimal): -15749523 or 7187983. OLE color: 7187983.
HSL color Cylindrical-coordinate representation of color #0FAE6D: hue angle of 155.47º 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 #0FAE6D is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 174 | 109 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.32 |
| HSL | 155.47º | 0.84% | 0.37% | - |
| HSV(B) | 155.47º | 0.91% | 0.68% | - |
| XYZ | 18.09 | 31.48 | 19.59 | - |
| YUV | 119.05 | 122.32 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 109 | 0.91 | 0 | 0.37 | 0.32 | 155.47 | 0.84 | 0.37 |
| Hex | F | AE | 6D | 5B | 0 | 25 | 20 | 9B | 54 | 25 |
| Octal | 17 | 256 | 155 | 133 | 0 | 45 | 40 | 233 | 124 | 45 |
| Binary | 1111 | 10101110 | 1101101 | 1011011 | 0 | 100101 | 100000 | 10011011 | 1010100 | 100101 |
Color Harmonies of #0FAE6D
Complementary color
Monochromatic Colors of #0FAE6D
Black with #0FAE6D
Text Example
Text Example
White with #0FAE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAE6D; }
p { color: rgb(15,174,109); }
H1.HeaderClassName
{
color: #0FAE6D;
}
.AnyTagClassName
{
color: #0FAE6D;
}
</style>
background-color css
<style>
a { background-color: #0FAE6D; }
a { background-color: rgb(15,174,109); }
div.DivClassName
{
background-color: #0FAE6D;
}
.BgClassName
{
background-color: #0FAE6D;
}
</style>
border-color css
<style>
span { border-color: #0FAE6D; }
span { border-color: rgb(15,174,109); }
td.TdClassName
{
border-color: #0FAE6D;
}
.TagClassName
{
border-color: #0FAE6D;
}
</style>