Shades of Dark Spring Green #0F8A37
Tints of Dark Spring Green #0F8A37
RGB
CMYK
RGB Variations
Color information
#0F8A37 (or 0x0F8A37) is known color: Dark Spring Green. HEX triplet: 0F, 8A and 37. RGB value is (15,138,55). Sum of RGB (Red+Green+Blue) = 15+138+55=208 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.21% from 208); Green value is 138 (54.30% from 255 or 66.35% from 208); Blue value is 55 (21.88% from 255 or 26.44% from 208); Max value from RGB is 138 - color contains mainly: green. Hex color #0F8A37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8A37 is #F075C8. Grayscale: #5B5B5B. Windows color (decimal): -15758793 or 3639823. OLE color: 3639823.
HSL color Cylindrical-coordinate representation of color #0F8A37: hue angle of 139.51º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8A37 is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 15 | 138 | 55 | - |
| CMYK | 0.89 | 0 | 0.60 | 0.46 |
| HSL | 139.51º | 0.8% | 0.3% | - |
| HSV(B) | 139.51º | 0.89% | 0.54% | - |
| XYZ | 9.98 | 18.55 | 6.67 | - |
| YUV | 91.76 | 107.25 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 138 | 55 | 0.89 | 0 | 0.60 | 0.46 | 139.51 | 0.8 | 0.3 |
| Hex | F | 8A | 37 | 59 | 0 | 3C | 2E | 8C | 50 | 1E |
| Octal | 17 | 212 | 67 | 131 | 0 | 74 | 56 | 214 | 120 | 36 |
| Binary | 1111 | 10001010 | 110111 | 1011001 | 0 | 111100 | 101110 | 10001100 | 1010000 | 11110 |
Color Harmonies of #0F8A37
Complementary color
Monochromatic Colors of #0F8A37
Black with #0F8A37
Text Example
Text Example
White with #0F8A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8A37; }
p { color: rgb(15,138,55); }
H1.HeaderClassName
{
color: #0F8A37;
}
.AnyTagClassName
{
color: #0F8A37;
}
</style>
background-color css
<style>
a { background-color: #0F8A37; }
a { background-color: rgb(15,138,55); }
div.DivClassName
{
background-color: #0F8A37;
}
.BgClassName
{
background-color: #0F8A37;
}
</style>
border-color css
<style>
span { border-color: #0F8A37; }
span { border-color: rgb(15,138,55); }
td.TdClassName
{
border-color: #0F8A37;
}
.TagClassName
{
border-color: #0F8A37;
}
</style>