Shades of Jade #0FA56F
Tints of Jade #0FA56F
RGB
CMYK
RGB Variations
Color information
#0FA56F (or 0x0FA56F) is known color: Jade. HEX triplet: 0F, A5 and 6F. RGB value is (15,165,111). Sum of RGB (Red+Green+Blue) = 15+165+111=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 165 (64.84% from 255 or 56.70% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA56F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA56F is #F05A90. Grayscale: #727272. Windows color (decimal): -15751825 or 7316751. OLE color: 7316751.
HSL color Cylindrical-coordinate representation of color #0FA56F: hue angle of 158.4º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA56F is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 165 | 111 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.35 |
| HSL | 158.4º | 0.83% | 0.35% | - |
| HSV(B) | 158.4º | 0.91% | 0.65% | - |
| XYZ | 16.52 | 28.16 | 19.6 | - |
| YUV | 113.99 | 126.31 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 165 | 111 | 0.91 | 0 | 0.33 | 0.35 | 158.4 | 0.83 | 0.35 |
| Hex | F | A5 | 6F | 5B | 0 | 21 | 23 | 9E | 53 | 23 |
| Octal | 17 | 245 | 157 | 133 | 0 | 41 | 43 | 236 | 123 | 43 |
| Binary | 1111 | 10100101 | 1101111 | 1011011 | 0 | 100001 | 100011 | 10011110 | 1010011 | 100011 |
Color Harmonies of #0FA56F
Complementary color
Monochromatic Colors of #0FA56F
Black with #0FA56F
Text Example
Text Example
White with #0FA56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA56F; }
p { color: rgb(15,165,111); }
H1.HeaderClassName
{
color: #0FA56F;
}
.AnyTagClassName
{
color: #0FA56F;
}
</style>
background-color css
<style>
a { background-color: #0FA56F; }
a { background-color: rgb(15,165,111); }
div.DivClassName
{
background-color: #0FA56F;
}
.BgClassName
{
background-color: #0FA56F;
}
</style>
border-color css
<style>
span { border-color: #0FA56F; }
span { border-color: rgb(15,165,111); }
td.TdClassName
{
border-color: #0FA56F;
}
.TagClassName
{
border-color: #0FA56F;
}
</style>