Shades of Dark Spring Green #0F8333
Tints of Dark Spring Green #0F8333
RGB
CMYK
RGB Variations
Color information
#0F8333 (or 0x0F8333) is known color: Dark Spring Green. HEX triplet: 0F, 83 and 33. RGB value is (15,131,51). Sum of RGB (Red+Green+Blue) = 15+131+51=197 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.61% from 197); Green value is 131 (51.56% from 255 or 66.50% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 131 - color contains mainly: green. Hex color #0F8333 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8333 is #F07CCC. Grayscale: #575757. Windows color (decimal): -15760589 or 3375887. OLE color: 3375887.
HSL color Cylindrical-coordinate representation of color #0F8333: hue angle of 138.62º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8333 is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 131 | 51 | - |
| CMYK | 0.89 | 0 | 0.61 | 0.49 |
| HSL | 138.62º | 0.79% | 0.29% | - |
| HSV(B) | 138.62º | 0.89% | 0.51% | - |
| XYZ | 8.91 | 16.57 | 5.86 | - |
| YUV | 87.2 | 107.57 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 131 | 51 | 0.89 | 0 | 0.61 | 0.49 | 138.62 | 0.79 | 0.29 |
| Hex | F | 83 | 33 | 59 | 0 | 3D | 31 | 8B | 4F | 1D |
| Octal | 17 | 203 | 63 | 131 | 0 | 75 | 61 | 213 | 117 | 35 |
| Binary | 1111 | 10000011 | 110011 | 1011001 | 0 | 111101 | 110001 | 10001011 | 1001111 | 11101 |
Color Harmonies of #0F8333
Complementary color
Monochromatic Colors of #0F8333
Black with #0F8333
Text Example
Text Example
White with #0F8333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8333; }
p { color: rgb(15,131,51); }
H1.HeaderClassName
{
color: #0F8333;
}
.AnyTagClassName
{
color: #0F8333;
}
</style>
background-color css
<style>
a { background-color: #0F8333; }
a { background-color: rgb(15,131,51); }
div.DivClassName
{
background-color: #0F8333;
}
.BgClassName
{
background-color: #0F8333;
}
</style>
border-color css
<style>
span { border-color: #0F8333; }
span { border-color: rgb(15,131,51); }
td.TdClassName
{
border-color: #0F8333;
}
.TagClassName
{
border-color: #0F8333;
}
</style>