Shades of Dark Spring Green #0F803D
Tints of Dark Spring Green #0F803D
RGB
CMYK
RGB Variations
Color information
#0F803D (or 0x0F803D) is known color: Dark Spring Green. HEX triplet: 0F, 80 and 3D. RGB value is (15,128,61). Sum of RGB (Red+Green+Blue) = 15+128+61=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 128 (50.39% from 255 or 62.75% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 128 - color contains mainly: green. Hex color #0F803D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F803D is #F07FC2. Grayscale: #565656. Windows color (decimal): -15761347 or 4030479. OLE color: 4030479.
HSL color Cylindrical-coordinate representation of color #0F803D: hue angle of 144.42º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F803D is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 15 | 128 | 61 | - |
| CMYK | 0.88 | 0 | 0.52 | 0.50 |
| HSL | 144.42º | 0.79% | 0.28% | - |
| HSV(B) | 144.42º | 0.88% | 0.5% | - |
| XYZ | 8.76 | 15.88 | 7.02 | - |
| YUV | 86.58 | 113.56 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 128 | 61 | 0.88 | 0 | 0.52 | 0.50 | 144.42 | 0.79 | 0.28 |
| Hex | F | 80 | 3D | 58 | 0 | 34 | 32 | 90 | 4F | 1C |
| Octal | 17 | 200 | 75 | 130 | 0 | 64 | 62 | 220 | 117 | 34 |
| Binary | 1111 | 10000000 | 111101 | 1011000 | 0 | 110100 | 110010 | 10010000 | 1001111 | 11100 |
Color Harmonies of #0F803D
Complementary color
Monochromatic Colors of #0F803D
Black with #0F803D
Text Example
Text Example
White with #0F803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F803D; }
p { color: rgb(15,128,61); }
H1.HeaderClassName
{
color: #0F803D;
}
.AnyTagClassName
{
color: #0F803D;
}
</style>
background-color css
<style>
a { background-color: #0F803D; }
a { background-color: rgb(15,128,61); }
div.DivClassName
{
background-color: #0F803D;
}
.BgClassName
{
background-color: #0F803D;
}
</style>
border-color css
<style>
span { border-color: #0F803D; }
span { border-color: rgb(15,128,61); }
td.TdClassName
{
border-color: #0F803D;
}
.TagClassName
{
border-color: #0F803D;
}
</style>