Shades of Dark Pastel Green #0FB93D
Tints of Dark Pastel Green #0FB93D
RGB
CMYK
RGB Variations
Color information
#0FB93D (or 0x0FB93D) is known color: Dark Pastel Green. HEX triplet: 0F, B9 and 3D. RGB value is (15,185,61). Sum of RGB (Red+Green+Blue) = 15+185+61=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 185 (72.66% from 255 or 70.88% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB93D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB93D is #F046C2. Grayscale: #787878. Windows color (decimal): -15746755 or 4045071. OLE color: 4045071.
HSL color Cylindrical-coordinate representation of color #0FB93D: hue angle of 136.24º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB93D is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 185 | 61 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.27 |
| HSL | 136.24º | 0.85% | 0.39% | - |
| HSV(B) | 136.24º | 0.92% | 0.73% | - |
| XYZ | 18.39 | 35.14 | 10.23 | - |
| YUV | 120.03 | 94.68 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 185 | 61 | 0.92 | 0 | 0.67 | 0.27 | 136.24 | 0.85 | 0.39 |
| Hex | F | B9 | 3D | 5C | 0 | 43 | 1B | 88 | 55 | 27 |
| Octal | 17 | 271 | 75 | 134 | 0 | 103 | 33 | 210 | 125 | 47 |
| Binary | 1111 | 10111001 | 111101 | 1011100 | 0 | 1000011 | 11011 | 10001000 | 1010101 | 100111 |
Color Harmonies of #0FB93D
Complementary color
Monochromatic Colors of #0FB93D
Black with #0FB93D
Text Example
Text Example
White with #0FB93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB93D; }
p { color: rgb(15,185,61); }
H1.HeaderClassName
{
color: #0FB93D;
}
.AnyTagClassName
{
color: #0FB93D;
}
</style>
background-color css
<style>
a { background-color: #0FB93D; }
a { background-color: rgb(15,185,61); }
div.DivClassName
{
background-color: #0FB93D;
}
.BgClassName
{
background-color: #0FB93D;
}
</style>
border-color css
<style>
span { border-color: #0FB93D; }
span { border-color: rgb(15,185,61); }
td.TdClassName
{
border-color: #0FB93D;
}
.TagClassName
{
border-color: #0FB93D;
}
</style>