Shades of Dark Pastel Green #0FBD3C
Tints of Dark Pastel Green #0FBD3C
RGB
CMYK
RGB Variations
Color information
#0FBD3C (or 0x0FBD3C) is known color: Dark Pastel Green. HEX triplet: 0F, BD and 3C. RGB value is (15,189,60). Sum of RGB (Red+Green+Blue) = 15+189+60=264 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.68% from 264); Green value is 189 (74.22% from 255 or 71.59% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBD3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBD3C is #F042C3. Grayscale: #7A7A7A. Windows color (decimal): -15745732 or 3980559. OLE color: 3980559.
HSL color Cylindrical-coordinate representation of color #0FBD3C: hue angle of 135.52º 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 #0FBD3C is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 189 | 60 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.26 |
| HSL | 135.52º | 0.85% | 0.4% | - |
| HSV(B) | 135.52º | 0.92% | 0.74% | - |
| XYZ | 19.21 | 36.82 | 10.37 | - |
| YUV | 122.27 | 92.85 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 60 | 0.92 | 0 | 0.68 | 0.26 | 135.52 | 0.85 | 0.4 |
| Hex | F | BD | 3C | 5C | 0 | 44 | 1A | 88 | 55 | 28 |
| Octal | 17 | 275 | 74 | 134 | 0 | 104 | 32 | 210 | 125 | 50 |
| Binary | 1111 | 10111101 | 111100 | 1011100 | 0 | 1000100 | 11010 | 10001000 | 1010101 | 101000 |
Color Harmonies of #0FBD3C
Complementary color
Monochromatic Colors of #0FBD3C
Black with #0FBD3C
Text Example
Text Example
White with #0FBD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBD3C; }
p { color: rgb(15,189,60); }
H1.HeaderClassName
{
color: #0FBD3C;
}
.AnyTagClassName
{
color: #0FBD3C;
}
</style>
background-color css
<style>
a { background-color: #0FBD3C; }
a { background-color: rgb(15,189,60); }
div.DivClassName
{
background-color: #0FBD3C;
}
.BgClassName
{
background-color: #0FBD3C;
}
</style>
border-color css
<style>
span { border-color: #0FBD3C; }
span { border-color: rgb(15,189,60); }
td.TdClassName
{
border-color: #0FBD3C;
}
.TagClassName
{
border-color: #0FBD3C;
}
</style>