Shades of Dark Spring Green #0F8435
Tints of Dark Spring Green #0F8435
RGB
CMYK
RGB Variations
Color information
#0F8435 (or 0x0F8435) is known color: Dark Spring Green. HEX triplet: 0F, 84 and 35. RGB value is (15,132,53). Sum of RGB (Red+Green+Blue) = 15+132+53=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 132 (51.95% from 255 or 66% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 132 - color contains mainly: green. Hex color #0F8435 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8435 is #F07BCA. Grayscale: #585858. Windows color (decimal): -15760331 or 3507215. OLE color: 3507215.
HSL color Cylindrical-coordinate representation of color #0F8435: hue angle of 139.49º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8435 is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 15 | 132 | 53 | - |
| CMYK | 0.89 | 0 | 0.60 | 0.48 |
| HSL | 139.49º | 0.8% | 0.29% | - |
| HSV(B) | 139.49º | 0.89% | 0.52% | - |
| XYZ | 9.09 | 16.86 | 6.14 | - |
| YUV | 88.01 | 108.24 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 132 | 53 | 0.89 | 0 | 0.60 | 0.48 | 139.49 | 0.8 | 0.29 |
| Hex | F | 84 | 35 | 59 | 0 | 3C | 30 | 8B | 50 | 1D |
| Octal | 17 | 204 | 65 | 131 | 0 | 74 | 60 | 213 | 120 | 35 |
| Binary | 1111 | 10000100 | 110101 | 1011001 | 0 | 111100 | 110000 | 10001011 | 1010000 | 11101 |
Color Harmonies of #0F8435
Complementary color
Monochromatic Colors of #0F8435
Black with #0F8435
Text Example
Text Example
White with #0F8435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8435; }
p { color: rgb(15,132,53); }
H1.HeaderClassName
{
color: #0F8435;
}
.AnyTagClassName
{
color: #0F8435;
}
</style>
background-color css
<style>
a { background-color: #0F8435; }
a { background-color: rgb(15,132,53); }
div.DivClassName
{
background-color: #0F8435;
}
.BgClassName
{
background-color: #0F8435;
}
</style>
border-color css
<style>
span { border-color: #0F8435; }
span { border-color: rgb(15,132,53); }
td.TdClassName
{
border-color: #0F8435;
}
.TagClassName
{
border-color: #0F8435;
}
</style>