Shades of Jade #0FA76B
Tints of Jade #0FA76B
RGB
CMYK
RGB Variations
Color information
#0FA76B (or 0x0FA76B) is known color: Jade. HEX triplet: 0F, A7 and 6B. RGB value is (15,167,107). Sum of RGB (Red+Green+Blue) = 15+167+107=289 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.19% from 289); Green value is 167 (65.62% from 255 or 57.79% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 167 - color contains mainly: green. Hex color #0FA76B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA76B is #F05894. Grayscale: #727272. Windows color (decimal): -15751317 or 7055119. OLE color: 7055119.
HSL color Cylindrical-coordinate representation of color #0FA76B: hue angle of 156.32º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA76B is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 167 | 107 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.35 |
| HSL | 156.32º | 0.84% | 0.36% | - |
| HSV(B) | 156.32º | 0.91% | 0.65% | - |
| XYZ | 16.67 | 28.8 | 18.59 | - |
| YUV | 114.71 | 123.64 | 56.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 167 | 107 | 0.91 | 0 | 0.36 | 0.35 | 156.32 | 0.84 | 0.36 |
| Hex | F | A7 | 6B | 5B | 0 | 24 | 23 | 9C | 54 | 24 |
| Octal | 17 | 247 | 153 | 133 | 0 | 44 | 43 | 234 | 124 | 44 |
| Binary | 1111 | 10100111 | 1101011 | 1011011 | 0 | 100100 | 100011 | 10011100 | 1010100 | 100100 |
Color Harmonies of #0FA76B
Complementary color
Monochromatic Colors of #0FA76B
Black with #0FA76B
Text Example
Text Example
White with #0FA76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA76B; }
p { color: rgb(15,167,107); }
H1.HeaderClassName
{
color: #0FA76B;
}
.AnyTagClassName
{
color: #0FA76B;
}
</style>
background-color css
<style>
a { background-color: #0FA76B; }
a { background-color: rgb(15,167,107); }
div.DivClassName
{
background-color: #0FA76B;
}
.BgClassName
{
background-color: #0FA76B;
}
</style>
border-color css
<style>
span { border-color: #0FA76B; }
span { border-color: rgb(15,167,107); }
td.TdClassName
{
border-color: #0FA76B;
}
.TagClassName
{
border-color: #0FA76B;
}
</style>