Shades of Dark Spring Green #0F843C
Tints of Dark Spring Green #0F843C
RGB
CMYK
RGB Variations
Color information
#0F843C (or 0x0F843C) is known color: Dark Spring Green. HEX triplet: 0F, 84 and 3C. RGB value is (15,132,60). Sum of RGB (Red+Green+Blue) = 15+132+60=207 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.25% from 207); Green value is 132 (51.95% from 255 or 63.77% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 132 - color contains mainly: green. Hex color #0F843C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F843C is #F07BC3. Grayscale: #585858. Windows color (decimal): -15760324 or 3965967. OLE color: 3965967.
HSL color Cylindrical-coordinate representation of color #0F843C: hue angle of 143.08º 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 #0F843C is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 15 | 132 | 60 | - |
| CMYK | 0.89 | 0 | 0.55 | 0.48 |
| HSL | 143.08º | 0.8% | 0.29% | - |
| HSV(B) | 143.08º | 0.89% | 0.52% | - |
| XYZ | 9.26 | 16.93 | 7.05 | - |
| YUV | 88.81 | 111.74 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 132 | 60 | 0.89 | 0 | 0.55 | 0.48 | 143.08 | 0.8 | 0.29 |
| Hex | F | 84 | 3C | 59 | 0 | 37 | 30 | 8F | 50 | 1D |
| Octal | 17 | 204 | 74 | 131 | 0 | 67 | 60 | 217 | 120 | 35 |
| Binary | 1111 | 10000100 | 111100 | 1011001 | 0 | 110111 | 110000 | 10001111 | 1010000 | 11101 |
Color Harmonies of #0F843C
Complementary color
Monochromatic Colors of #0F843C
Black with #0F843C
Text Example
Text Example
White with #0F843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F843C; }
p { color: rgb(15,132,60); }
H1.HeaderClassName
{
color: #0F843C;
}
.AnyTagClassName
{
color: #0F843C;
}
</style>
background-color css
<style>
a { background-color: #0F843C; }
a { background-color: rgb(15,132,60); }
div.DivClassName
{
background-color: #0F843C;
}
.BgClassName
{
background-color: #0F843C;
}
</style>
border-color css
<style>
span { border-color: #0F843C; }
span { border-color: rgb(15,132,60); }
td.TdClassName
{
border-color: #0F843C;
}
.TagClassName
{
border-color: #0F843C;
}
</style>