Shades of Jewel #0F5D40
Tints of Jewel #0F5D40
RGB
CMYK
RGB Variations
Color information
#0F5D40 (or 0x0F5D40) is known color: Jewel. HEX triplet: 0F, 5D and 40. RGB value is (15,93,64). Sum of RGB (Red+Green+Blue) = 15+93+64=172 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.72% from 172); Green value is 93 (36.72% from 255 or 54.07% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 93 - color contains mainly: green. Hex color #0F5D40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5D40 is #F0A2BF. Grayscale: #424242. Windows color (decimal): -15770304 or 4218127. OLE color: 4218127.
HSL color Cylindrical-coordinate representation of color #0F5D40: hue angle of 157.69º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F5D40 is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 93 | 64 | - |
| CMYK | 0.84 | 0 | 0.31 | 0.64 |
| HSL | 157.69º | 0.72% | 0.21% | - |
| HSV(B) | 157.69º | 0.84% | 0.36% | - |
| XYZ | 5.04 | 8.3 | 6.19 | - |
| YUV | 66.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 93 | 64 | 0.84 | 0 | 0.31 | 0.64 | 157.69 | 0.72 | 0.21 |
| Hex | F | 5D | 40 | 54 | 0 | 1F | 40 | 9E | 48 | 15 |
| Octal | 17 | 135 | 100 | 124 | 0 | 37 | 100 | 236 | 110 | 25 |
| Binary | 1111 | 1011101 | 1000000 | 1010100 | 0 | 11111 | 1000000 | 10011110 | 1001000 | 10101 |
Color Harmonies of #0F5D40
Complementary color
Monochromatic Colors of #0F5D40
Black with #0F5D40
Text Example
Text Example
White with #0F5D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5D40; }
p { color: rgb(15,93,64); }
H1.HeaderClassName
{
color: #0F5D40;
}
.AnyTagClassName
{
color: #0F5D40;
}
</style>
background-color css
<style>
a { background-color: #0F5D40; }
a { background-color: rgb(15,93,64); }
div.DivClassName
{
background-color: #0F5D40;
}
.BgClassName
{
background-color: #0F5D40;
}
</style>
border-color css
<style>
span { border-color: #0F5D40; }
span { border-color: rgb(15,93,64); }
td.TdClassName
{
border-color: #0F5D40;
}
.TagClassName
{
border-color: #0F5D40;
}
</style>