Shades of Jade #0FAF75
Tints of Jade #0FAF75
RGB
CMYK
RGB Variations
Color information
#0FAF75 (or 0x0FAF75) is known color: Jade. HEX triplet: 0F, AF and 75. RGB value is (15,175,117). Sum of RGB (Red+Green+Blue) = 15+175+117=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 175 (68.75% from 255 or 57.00% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAF75 is #F0508A. Grayscale: #787878. Windows color (decimal): -15749259 or 7712527. OLE color: 7712527.
HSL color Cylindrical-coordinate representation of color #0FAF75: hue angle of 158.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAF75 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 117 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.31 |
| HSL | 158.25º | 0.84% | 0.37% | - |
| HSV(B) | 158.25º | 0.91% | 0.69% | - |
| XYZ | 18.74 | 32.05 | 22.03 | - |
| YUV | 120.55 | 125.99 | 52.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 117 | 0.91 | 0 | 0.33 | 0.31 | 158.25 | 0.84 | 0.37 |
| Hex | F | AF | 75 | 5B | 0 | 21 | 1F | 9E | 54 | 25 |
| Octal | 17 | 257 | 165 | 133 | 0 | 41 | 37 | 236 | 124 | 45 |
| Binary | 1111 | 10101111 | 1110101 | 1011011 | 0 | 100001 | 11111 | 10011110 | 1010100 | 100101 |
Color Harmonies of #0FAF75
Complementary color
Monochromatic Colors of #0FAF75
Black with #0FAF75
Text Example
Text Example
White with #0FAF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAF75; }
p { color: rgb(15,175,117); }
H1.HeaderClassName
{
color: #0FAF75;
}
.AnyTagClassName
{
color: #0FAF75;
}
</style>
background-color css
<style>
a { background-color: #0FAF75; }
a { background-color: rgb(15,175,117); }
div.DivClassName
{
background-color: #0FAF75;
}
.BgClassName
{
background-color: #0FAF75;
}
</style>
border-color css
<style>
span { border-color: #0FAF75; }
span { border-color: rgb(15,175,117); }
td.TdClassName
{
border-color: #0FAF75;
}
.TagClassName
{
border-color: #0FAF75;
}
</style>