Shades of Dark Pastel Green #0FBA3C
Tints of Dark Pastel Green #0FBA3C
RGB
CMYK
RGB Variations
Color information
#0FBA3C (or 0x0FBA3C) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 3C. RGB value is (15,186,60). Sum of RGB (Red+Green+Blue) = 15+186+60=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 186 (73.05% from 255 or 71.26% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA3C is #F045C3. Grayscale: #787878. Windows color (decimal): -15746500 or 3979791. OLE color: 3979791.
HSL color Cylindrical-coordinate representation of color #0FBA3C: hue angle of 135.79º 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 #0FBA3C is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 60 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.27 |
| HSL | 135.79º | 0.85% | 0.39% | - |
| HSV(B) | 135.79º | 0.92% | 0.73% | - |
| XYZ | 18.57 | 35.55 | 10.16 | - |
| YUV | 120.51 | 93.85 | 52.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 60 | 0.92 | 0 | 0.68 | 0.27 | 135.79 | 0.85 | 0.39 |
| Hex | F | BA | 3C | 5C | 0 | 44 | 1B | 88 | 55 | 27 |
| Octal | 17 | 272 | 74 | 134 | 0 | 104 | 33 | 210 | 125 | 47 |
| Binary | 1111 | 10111010 | 111100 | 1011100 | 0 | 1000100 | 11011 | 10001000 | 1010101 | 100111 |
Color Harmonies of #0FBA3C
Complementary color
Monochromatic Colors of #0FBA3C
Black with #0FBA3C
Text Example
Text Example
White with #0FBA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA3C; }
p { color: rgb(15,186,60); }
H1.HeaderClassName
{
color: #0FBA3C;
}
.AnyTagClassName
{
color: #0FBA3C;
}
</style>
background-color css
<style>
a { background-color: #0FBA3C; }
a { background-color: rgb(15,186,60); }
div.DivClassName
{
background-color: #0FBA3C;
}
.BgClassName
{
background-color: #0FBA3C;
}
</style>
border-color css
<style>
span { border-color: #0FBA3C; }
span { border-color: rgb(15,186,60); }
td.TdClassName
{
border-color: #0FBA3C;
}
.TagClassName
{
border-color: #0FBA3C;
}
</style>