Shades of Jade #0FAE6C
Tints of Jade #0FAE6C
RGB
CMYK
RGB Variations
Color information
#0FAE6C (or 0x0FAE6C) is known color: Jade. HEX triplet: 0F, AE and 6C. RGB value is (15,174,108). Sum of RGB (Red+Green+Blue) = 15+174+108=297 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.05% from 297); Green value is 174 (68.36% from 255 or 58.59% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAE6C is #F05193. Grayscale: #777777. Windows color (decimal): -15749524 or 7122447. OLE color: 7122447.
HSL color Cylindrical-coordinate representation of color #0FAE6C: hue angle of 155.09º 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 #0FAE6C is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 174 | 108 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.32 |
| HSL | 155.09º | 0.84% | 0.37% | - |
| HSV(B) | 155.09º | 0.91% | 0.68% | - |
| XYZ | 18.04 | 31.46 | 19.31 | - |
| YUV | 118.94 | 121.82 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 108 | 0.91 | 0 | 0.38 | 0.32 | 155.09 | 0.84 | 0.37 |
| Hex | F | AE | 6C | 5B | 0 | 26 | 20 | 9B | 54 | 25 |
| Octal | 17 | 256 | 154 | 133 | 0 | 46 | 40 | 233 | 124 | 45 |
| Binary | 1111 | 10101110 | 1101100 | 1011011 | 0 | 100110 | 100000 | 10011011 | 1010100 | 100101 |
Color Harmonies of #0FAE6C
Complementary color
Monochromatic Colors of #0FAE6C
Black with #0FAE6C
Text Example
Text Example
White with #0FAE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAE6C; }
p { color: rgb(15,174,108); }
H1.HeaderClassName
{
color: #0FAE6C;
}
.AnyTagClassName
{
color: #0FAE6C;
}
</style>
background-color css
<style>
a { background-color: #0FAE6C; }
a { background-color: rgb(15,174,108); }
div.DivClassName
{
background-color: #0FAE6C;
}
.BgClassName
{
background-color: #0FAE6C;
}
</style>
border-color css
<style>
span { border-color: #0FAE6C; }
span { border-color: rgb(15,174,108); }
td.TdClassName
{
border-color: #0FAE6C;
}
.TagClassName
{
border-color: #0FAE6C;
}
</style>