Shades of Dark Pastel Green #0FB84A
Tints of Dark Pastel Green #0FB84A
RGB
CMYK
RGB Variations
Color information
#0FB84A (or 0x0FB84A) is known color: Dark Pastel Green. HEX triplet: 0F, B8 and 4A. RGB value is (15,184,74). Sum of RGB (Red+Green+Blue) = 15+184+74=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 184 (72.27% from 255 or 67.40% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB84A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB84A is #F047B5. Grayscale: #797979. Windows color (decimal): -15746998 or 4896783. OLE color: 4896783.
HSL color Cylindrical-coordinate representation of color #0FB84A: hue angle of 140.95º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB84A is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 184 | 74 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.28 |
| HSL | 140.95º | 0.85% | 0.39% | - |
| HSV(B) | 140.95º | 0.92% | 0.72% | - |
| XYZ | 18.57 | 34.88 | 12.23 | - |
| YUV | 120.93 | 101.51 | 52.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 74 | 0.92 | 0 | 0.60 | 0.28 | 140.95 | 0.85 | 0.39 |
| Hex | F | B8 | 4A | 5C | 0 | 3C | 1C | 8D | 55 | 27 |
| Octal | 17 | 270 | 112 | 134 | 0 | 74 | 34 | 215 | 125 | 47 |
| Binary | 1111 | 10111000 | 1001010 | 1011100 | 0 | 111100 | 11100 | 10001101 | 1010101 | 100111 |
Color Harmonies of #0FB84A
Complementary color
Monochromatic Colors of #0FB84A
Black with #0FB84A
Text Example
Text Example
White with #0FB84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB84A; }
p { color: rgb(15,184,74); }
H1.HeaderClassName
{
color: #0FB84A;
}
.AnyTagClassName
{
color: #0FB84A;
}
</style>
background-color css
<style>
a { background-color: #0FB84A; }
a { background-color: rgb(15,184,74); }
div.DivClassName
{
background-color: #0FB84A;
}
.BgClassName
{
background-color: #0FB84A;
}
</style>
border-color css
<style>
span { border-color: #0FB84A; }
span { border-color: rgb(15,184,74); }
td.TdClassName
{
border-color: #0FB84A;
}
.TagClassName
{
border-color: #0FB84A;
}
</style>