Shades of Dark Spring Green #0F7D3A
Tints of Dark Spring Green #0F7D3A
RGB
CMYK
RGB Variations
Color information
#0F7D3A (or 0x0F7D3A) is known color: Dark Spring Green. HEX triplet: 0F, 7D and 3A. RGB value is (15,125,58). Sum of RGB (Red+Green+Blue) = 15+125+58=198 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.58% from 198); Green value is 125 (49.22% from 255 or 63.13% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 125 - color contains mainly: green. Hex color #0F7D3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7D3A is #F082C5. Grayscale: #545454. Windows color (decimal): -15762118 or 3833103. OLE color: 3833103.
HSL color Cylindrical-coordinate representation of color #0F7D3A: hue angle of 143.45º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7D3A is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 125 | 58 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.51 |
| HSL | 143.45º | 0.79% | 0.27% | - |
| HSV(B) | 143.45º | 0.88% | 0.49% | - |
| XYZ | 8.29 | 15.07 | 6.48 | - |
| YUV | 84.47 | 113.06 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 125 | 58 | 0.88 | 0 | 0.54 | 0.51 | 143.45 | 0.79 | 0.27 |
| Hex | F | 7D | 3A | 58 | 0 | 36 | 33 | 8F | 4F | 1B |
| Octal | 17 | 175 | 72 | 130 | 0 | 66 | 63 | 217 | 117 | 33 |
| Binary | 1111 | 1111101 | 111010 | 1011000 | 0 | 110110 | 110011 | 10001111 | 1001111 | 11011 |
Color Harmonies of #0F7D3A
Complementary color
Monochromatic Colors of #0F7D3A
Black with #0F7D3A
Text Example
Text Example
White with #0F7D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7D3A; }
p { color: rgb(15,125,58); }
H1.HeaderClassName
{
color: #0F7D3A;
}
.AnyTagClassName
{
color: #0F7D3A;
}
</style>
background-color css
<style>
a { background-color: #0F7D3A; }
a { background-color: rgb(15,125,58); }
div.DivClassName
{
background-color: #0F7D3A;
}
.BgClassName
{
background-color: #0F7D3A;
}
</style>
border-color css
<style>
span { border-color: #0F7D3A; }
span { border-color: rgb(15,125,58); }
td.TdClassName
{
border-color: #0F7D3A;
}
.TagClassName
{
border-color: #0F7D3A;
}
</style>