Shades of Dark Pastel Green #0FBA2A
Tints of Dark Pastel Green #0FBA2A
RGB
CMYK
RGB Variations
Color information
#0FBA2A (or 0x0FBA2A) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 2A. RGB value is (15,186,42). Sum of RGB (Red+Green+Blue) = 15+186+42=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 186 (73.05% from 255 or 76.54% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA2A is #F045D5. Grayscale: #767676. Windows color (decimal): -15746518 or 2800143. OLE color: 2800143.
HSL color Cylindrical-coordinate representation of color #0FBA2A: hue angle of 129.47º 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 #0FBA2A is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 42 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.27 |
| HSL | 129.47º | 0.85% | 0.39% | - |
| HSV(B) | 129.47º | 0.92% | 0.73% | - |
| XYZ | 18.17 | 35.39 | 8.06 | - |
| YUV | 118.46 | 84.85 | 54.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 42 | 0.92 | 0 | 0.77 | 0.27 | 129.47 | 0.85 | 0.39 |
| Hex | F | BA | 2A | 5C | 0 | 4D | 1B | 81 | 55 | 27 |
| Octal | 17 | 272 | 52 | 134 | 0 | 115 | 33 | 201 | 125 | 47 |
| Binary | 1111 | 10111010 | 101010 | 1011100 | 0 | 1001101 | 11011 | 10000001 | 1010101 | 100111 |
Color Harmonies of #0FBA2A
Complementary color
Monochromatic Colors of #0FBA2A
Black with #0FBA2A
Text Example
Text Example
White with #0FBA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA2A; }
p { color: rgb(15,186,42); }
H1.HeaderClassName
{
color: #0FBA2A;
}
.AnyTagClassName
{
color: #0FBA2A;
}
</style>
background-color css
<style>
a { background-color: #0FBA2A; }
a { background-color: rgb(15,186,42); }
div.DivClassName
{
background-color: #0FBA2A;
}
.BgClassName
{
background-color: #0FBA2A;
}
</style>
border-color css
<style>
span { border-color: #0FBA2A; }
span { border-color: rgb(15,186,42); }
td.TdClassName
{
border-color: #0FBA2A;
}
.TagClassName
{
border-color: #0FBA2A;
}
</style>