Shades of Dark Pastel Green #0FD139
Tints of Dark Pastel Green #0FD139
RGB
CMYK
RGB Variations
Color information
#0FD139 (or 0x0FD139) is known color: Dark Pastel Green. HEX triplet: 0F, D1 and 39. RGB value is (15,209,57). Sum of RGB (Red+Green+Blue) = 15+209+57=281 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.34% from 281); Green value is 209 (82.03% from 255 or 74.38% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 209 - color contains mainly: green. Hex color #0FD139 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD139 is #F02EC6. Grayscale: #868686. Windows color (decimal): -15740615 or 3789071. OLE color: 3789071.
HSL color Cylindrical-coordinate representation of color #0FD139: hue angle of 132.99º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD139 is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 209 | 57 | - |
| CMYK | 0.93 | 0 | 0.73 | 0.18 |
| HSL | 132.99º | 0.87% | 0.44% | - |
| HSV(B) | 132.99º | 0.93% | 0.82% | - |
| XYZ | 23.74 | 46 | 11.5 | - |
| YUV | 133.67 | 84.73 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 209 | 57 | 0.93 | 0 | 0.73 | 0.18 | 132.99 | 0.87 | 0.44 |
| Hex | F | D1 | 39 | 5D | 0 | 49 | 12 | 85 | 57 | 2C |
| Octal | 17 | 321 | 71 | 135 | 0 | 111 | 22 | 205 | 127 | 54 |
| Binary | 1111 | 11010001 | 111001 | 1011101 | 0 | 1001001 | 10010 | 10000101 | 1010111 | 101100 |
Color Harmonies of #0FD139
Complementary color
Monochromatic Colors of #0FD139
Black with #0FD139
Text Example
Text Example
White with #0FD139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD139; }
p { color: rgb(15,209,57); }
H1.HeaderClassName
{
color: #0FD139;
}
.AnyTagClassName
{
color: #0FD139;
}
</style>
background-color css
<style>
a { background-color: #0FD139; }
a { background-color: rgb(15,209,57); }
div.DivClassName
{
background-color: #0FD139;
}
.BgClassName
{
background-color: #0FD139;
}
</style>
border-color css
<style>
span { border-color: #0FD139; }
span { border-color: rgb(15,209,57); }
td.TdClassName
{
border-color: #0FD139;
}
.TagClassName
{
border-color: #0FD139;
}
</style>