Shades of Dark Pastel Green #0FBF43
Tints of Dark Pastel Green #0FBF43
RGB
CMYK
RGB Variations
Color information
#0FBF43 (or 0x0FBF43) is known color: Dark Pastel Green. HEX triplet: 0F, BF and 43. RGB value is (15,191,67). Sum of RGB (Red+Green+Blue) = 15+191+67=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 191 (75% from 255 or 69.96% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBF43 is #F040BC. Grayscale: #7C7C7C. Windows color (decimal): -15745213 or 4439823. OLE color: 4439823.
HSL color Cylindrical-coordinate representation of color #0FBF43: hue angle of 137.73º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBF43 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 191 | 67 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.25 |
| HSL | 137.73º | 0.85% | 0.4% | - |
| HSV(B) | 137.73º | 0.92% | 0.75% | - |
| XYZ | 19.84 | 37.77 | 11.55 | - |
| YUV | 124.24 | 95.69 | 50.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 191 | 67 | 0.92 | 0 | 0.65 | 0.25 | 137.73 | 0.85 | 0.4 |
| Hex | F | BF | 43 | 5C | 0 | 41 | 19 | 8A | 55 | 28 |
| Octal | 17 | 277 | 103 | 134 | 0 | 101 | 31 | 212 | 125 | 50 |
| Binary | 1111 | 10111111 | 1000011 | 1011100 | 0 | 1000001 | 11001 | 10001010 | 1010101 | 101000 |
Color Harmonies of #0FBF43
Complementary color
Monochromatic Colors of #0FBF43
Black with #0FBF43
Text Example
Text Example
White with #0FBF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBF43; }
p { color: rgb(15,191,67); }
H1.HeaderClassName
{
color: #0FBF43;
}
.AnyTagClassName
{
color: #0FBF43;
}
</style>
background-color css
<style>
a { background-color: #0FBF43; }
a { background-color: rgb(15,191,67); }
div.DivClassName
{
background-color: #0FBF43;
}
.BgClassName
{
background-color: #0FBF43;
}
</style>
border-color css
<style>
span { border-color: #0FBF43; }
span { border-color: rgb(15,191,67); }
td.TdClassName
{
border-color: #0FBF43;
}
.TagClassName
{
border-color: #0FBF43;
}
</style>