Shades of Jade #0FAA6D
Tints of Jade #0FAA6D
RGB
CMYK
RGB Variations
Color information
#0FAA6D (or 0x0FAA6D) is known color: Jade. HEX triplet: 0F, AA and 6D. RGB value is (15,170,109). Sum of RGB (Red+Green+Blue) = 15+170+109=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 170 (66.80% from 255 or 57.82% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAA6D is #F05592. Grayscale: #747474. Windows color (decimal): -15750547 or 7186959. OLE color: 7186959.
HSL color Cylindrical-coordinate representation of color #0FAA6D: hue angle of 156.39º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAA6D is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 170 | 109 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.33 |
| HSL | 156.39º | 0.84% | 0.36% | - |
| HSV(B) | 156.39º | 0.91% | 0.67% | - |
| XYZ | 17.33 | 29.96 | 19.34 | - |
| YUV | 116.7 | 123.65 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 109 | 0.91 | 0 | 0.36 | 0.33 | 156.39 | 0.84 | 0.36 |
| Hex | F | AA | 6D | 5B | 0 | 24 | 21 | 9C | 54 | 24 |
| Octal | 17 | 252 | 155 | 133 | 0 | 44 | 41 | 234 | 124 | 44 |
| Binary | 1111 | 10101010 | 1101101 | 1011011 | 0 | 100100 | 100001 | 10011100 | 1010100 | 100100 |
Color Harmonies of #0FAA6D
Complementary color
Monochromatic Colors of #0FAA6D
Black with #0FAA6D
Text Example
Text Example
White with #0FAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAA6D; }
p { color: rgb(15,170,109); }
H1.HeaderClassName
{
color: #0FAA6D;
}
.AnyTagClassName
{
color: #0FAA6D;
}
</style>
background-color css
<style>
a { background-color: #0FAA6D; }
a { background-color: rgb(15,170,109); }
div.DivClassName
{
background-color: #0FAA6D;
}
.BgClassName
{
background-color: #0FAA6D;
}
</style>
border-color css
<style>
span { border-color: #0FAA6D; }
span { border-color: rgb(15,170,109); }
td.TdClassName
{
border-color: #0FAA6D;
}
.TagClassName
{
border-color: #0FAA6D;
}
</style>