Shades of Dark Pastel Green #0FBA3A
Tints of Dark Pastel Green #0FBA3A
RGB
CMYK
RGB Variations
Color information
#0FBA3A (or 0x0FBA3A) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 3A. RGB value is (15,186,58). Sum of RGB (Red+Green+Blue) = 15+186+58=259 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.79% from 259); Green value is 186 (73.05% from 255 or 71.81% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA3A is #F045C5. Grayscale: #787878. Windows color (decimal): -15746502 or 3848719. OLE color: 3848719.
HSL color Cylindrical-coordinate representation of color #0FBA3A: hue angle of 135.09º 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 #0FBA3A is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 58 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.27 |
| HSL | 135.09º | 0.85% | 0.39% | - |
| HSV(B) | 135.09º | 0.92% | 0.73% | - |
| XYZ | 18.52 | 35.52 | 9.88 | - |
| YUV | 120.28 | 92.85 | 52.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 58 | 0.92 | 0 | 0.69 | 0.27 | 135.09 | 0.85 | 0.39 |
| Hex | F | BA | 3A | 5C | 0 | 45 | 1B | 87 | 55 | 27 |
| Octal | 17 | 272 | 72 | 134 | 0 | 105 | 33 | 207 | 125 | 47 |
| Binary | 1111 | 10111010 | 111010 | 1011100 | 0 | 1000101 | 11011 | 10000111 | 1010101 | 100111 |
Color Harmonies of #0FBA3A
Complementary color
Monochromatic Colors of #0FBA3A
Black with #0FBA3A
Text Example
Text Example
White with #0FBA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA3A; }
p { color: rgb(15,186,58); }
H1.HeaderClassName
{
color: #0FBA3A;
}
.AnyTagClassName
{
color: #0FBA3A;
}
</style>
background-color css
<style>
a { background-color: #0FBA3A; }
a { background-color: rgb(15,186,58); }
div.DivClassName
{
background-color: #0FBA3A;
}
.BgClassName
{
background-color: #0FBA3A;
}
</style>
border-color css
<style>
span { border-color: #0FBA3A; }
span { border-color: rgb(15,186,58); }
td.TdClassName
{
border-color: #0FBA3A;
}
.TagClassName
{
border-color: #0FBA3A;
}
</style>