Shades of Dark Spring Green #0F8638
Tints of Dark Spring Green #0F8638
RGB
CMYK
RGB Variations
Color information
#0F8638 (or 0x0F8638) is known color: Dark Spring Green. HEX triplet: 0F, 86 and 38. RGB value is (15,134,56). Sum of RGB (Red+Green+Blue) = 15+134+56=205 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.32% from 205); Green value is 134 (52.73% from 255 or 65.37% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 134 - color contains mainly: green. Hex color #0F8638 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8638 is #F079C7. Grayscale: #595959. Windows color (decimal): -15759816 or 3704335. OLE color: 3704335.
HSL color Cylindrical-coordinate representation of color #0F8638: hue angle of 140.67º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8638 is Cyan = 0.89, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 134 | 56 | - |
| CMYK | 0.89 | 0 | 0.58 | 0.47 |
| HSL | 140.67º | 0.8% | 0.29% | - |
| HSV(B) | 140.67º | 0.89% | 0.53% | - |
| XYZ | 9.44 | 17.44 | 6.61 | - |
| YUV | 89.53 | 109.08 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 134 | 56 | 0.89 | 0 | 0.58 | 0.47 | 140.67 | 0.8 | 0.29 |
| Hex | F | 86 | 38 | 59 | 0 | 3A | 2F | 8D | 50 | 1D |
| Octal | 17 | 206 | 70 | 131 | 0 | 72 | 57 | 215 | 120 | 35 |
| Binary | 1111 | 10000110 | 111000 | 1011001 | 0 | 111010 | 101111 | 10001101 | 1010000 | 11101 |
Color Harmonies of #0F8638
Complementary color
Monochromatic Colors of #0F8638
Black with #0F8638
Text Example
Text Example
White with #0F8638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8638; }
p { color: rgb(15,134,56); }
H1.HeaderClassName
{
color: #0F8638;
}
.AnyTagClassName
{
color: #0F8638;
}
</style>
background-color css
<style>
a { background-color: #0F8638; }
a { background-color: rgb(15,134,56); }
div.DivClassName
{
background-color: #0F8638;
}
.BgClassName
{
background-color: #0F8638;
}
</style>
border-color css
<style>
span { border-color: #0F8638; }
span { border-color: rgb(15,134,56); }
td.TdClassName
{
border-color: #0F8638;
}
.TagClassName
{
border-color: #0F8638;
}
</style>