Shades of Dark Pastel Green #0FBA3D
Tints of Dark Pastel Green #0FBA3D
RGB
CMYK
RGB Variations
Color information
#0FBA3D (or 0x0FBA3D) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 3D. RGB value is (15,186,61). Sum of RGB (Red+Green+Blue) = 15+186+61=262 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.73% from 262); Green value is 186 (73.05% from 255 or 70.99% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA3D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA3D is #F045C2. Grayscale: #787878. Windows color (decimal): -15746499 or 4045327. OLE color: 4045327.
HSL color Cylindrical-coordinate representation of color #0FBA3D: hue angle of 136.14º 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 #0FBA3D is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 61 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.27 |
| HSL | 136.14º | 0.85% | 0.39% | - |
| HSV(B) | 136.14º | 0.92% | 0.73% | - |
| XYZ | 18.6 | 35.56 | 10.3 | - |
| YUV | 120.62 | 94.35 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 61 | 0.92 | 0 | 0.67 | 0.27 | 136.14 | 0.85 | 0.39 |
| Hex | F | BA | 3D | 5C | 0 | 43 | 1B | 88 | 55 | 27 |
| Octal | 17 | 272 | 75 | 134 | 0 | 103 | 33 | 210 | 125 | 47 |
| Binary | 1111 | 10111010 | 111101 | 1011100 | 0 | 1000011 | 11011 | 10001000 | 1010101 | 100111 |
Color Harmonies of #0FBA3D
Complementary color
Monochromatic Colors of #0FBA3D
Black with #0FBA3D
Text Example
Text Example
White with #0FBA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA3D; }
p { color: rgb(15,186,61); }
H1.HeaderClassName
{
color: #0FBA3D;
}
.AnyTagClassName
{
color: #0FBA3D;
}
</style>
background-color css
<style>
a { background-color: #0FBA3D; }
a { background-color: rgb(15,186,61); }
div.DivClassName
{
background-color: #0FBA3D;
}
.BgClassName
{
background-color: #0FBA3D;
}
</style>
border-color css
<style>
span { border-color: #0FBA3D; }
span { border-color: rgb(15,186,61); }
td.TdClassName
{
border-color: #0FBA3D;
}
.TagClassName
{
border-color: #0FBA3D;
}
</style>