Shades of Dark Pastel Green #0FB239
Tints of Dark Pastel Green #0FB239
RGB
CMYK
RGB Variations
Color information
#0FB239 (or 0x0FB239) is known color: Dark Pastel Green. HEX triplet: 0F, B2 and 39. RGB value is (15,178,57). Sum of RGB (Red+Green+Blue) = 15+178+57=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 178 (69.92% from 255 or 71.2% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB239 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB239 is #F04DC6. Grayscale: #737373. Windows color (decimal): -15748551 or 3781135. OLE color: 3781135.
HSL color Cylindrical-coordinate representation of color #0FB239: hue angle of 135.46º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB239 is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 178 | 57 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.30 |
| HSL | 135.46º | 0.84% | 0.38% | - |
| HSV(B) | 135.46º | 0.92% | 0.7% | - |
| XYZ | 16.86 | 32.24 | 9.21 | - |
| YUV | 115.47 | 95 | 56.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 178 | 57 | 0.92 | 0 | 0.68 | 0.30 | 135.46 | 0.84 | 0.38 |
| Hex | F | B2 | 39 | 5C | 0 | 44 | 1E | 87 | 54 | 26 |
| Octal | 17 | 262 | 71 | 134 | 0 | 104 | 36 | 207 | 124 | 46 |
| Binary | 1111 | 10110010 | 111001 | 1011100 | 0 | 1000100 | 11110 | 10000111 | 1010100 | 100110 |
Color Harmonies of #0FB239
Complementary color
Monochromatic Colors of #0FB239
Black with #0FB239
Text Example
Text Example
White with #0FB239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB239; }
p { color: rgb(15,178,57); }
H1.HeaderClassName
{
color: #0FB239;
}
.AnyTagClassName
{
color: #0FB239;
}
</style>
background-color css
<style>
a { background-color: #0FB239; }
a { background-color: rgb(15,178,57); }
div.DivClassName
{
background-color: #0FB239;
}
.BgClassName
{
background-color: #0FB239;
}
</style>
border-color css
<style>
span { border-color: #0FB239; }
span { border-color: rgb(15,178,57); }
td.TdClassName
{
border-color: #0FB239;
}
.TagClassName
{
border-color: #0FB239;
}
</style>