Shades of Dark Pastel Green #0FBD3E
Tints of Dark Pastel Green #0FBD3E
RGB
CMYK
RGB Variations
Color information
#0FBD3E (or 0x0FBD3E) is known color: Dark Pastel Green. HEX triplet: 0F, BD and 3E. RGB value is (15,189,62). Sum of RGB (Red+Green+Blue) = 15+189+62=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 189 (74.22% from 255 or 71.05% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBD3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBD3E is #F042C1. Grayscale: #7A7A7A. Windows color (decimal): -15745730 or 4111631. OLE color: 4111631.
HSL color Cylindrical-coordinate representation of color #0FBD3E: hue angle of 136.21º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBD3E is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 189 | 62 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.26 |
| HSL | 136.21º | 0.85% | 0.4% | - |
| HSV(B) | 136.21º | 0.92% | 0.74% | - |
| XYZ | 19.26 | 36.84 | 10.65 | - |
| YUV | 122.5 | 93.85 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 62 | 0.92 | 0 | 0.67 | 0.26 | 136.21 | 0.85 | 0.4 |
| Hex | F | BD | 3E | 5C | 0 | 43 | 1A | 88 | 55 | 28 |
| Octal | 17 | 275 | 76 | 134 | 0 | 103 | 32 | 210 | 125 | 50 |
| Binary | 1111 | 10111101 | 111110 | 1011100 | 0 | 1000011 | 11010 | 10001000 | 1010101 | 101000 |
Color Harmonies of #0FBD3E
Complementary color
Monochromatic Colors of #0FBD3E
Black with #0FBD3E
Text Example
Text Example
White with #0FBD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBD3E; }
p { color: rgb(15,189,62); }
H1.HeaderClassName
{
color: #0FBD3E;
}
.AnyTagClassName
{
color: #0FBD3E;
}
</style>
background-color css
<style>
a { background-color: #0FBD3E; }
a { background-color: rgb(15,189,62); }
div.DivClassName
{
background-color: #0FBD3E;
}
.BgClassName
{
background-color: #0FBD3E;
}
</style>
border-color css
<style>
span { border-color: #0FBD3E; }
span { border-color: rgb(15,189,62); }
td.TdClassName
{
border-color: #0FBD3E;
}
.TagClassName
{
border-color: #0FBD3E;
}
</style>