Shades of Pigment Green #0FB954
Tints of Pigment Green #0FB954
RGB
CMYK
RGB Variations
Color information
#0FB954 (or 0x0FB954) is known color: Pigment Green. HEX triplet: 0F, B9 and 54. RGB value is (15,185,84). Sum of RGB (Red+Green+Blue) = 15+185+84=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 185 (72.66% from 255 or 65.14% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB954 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB954 is #F046AB. Grayscale: #7A7A7A. Windows color (decimal): -15746732 or 5552399. OLE color: 5552399.
HSL color Cylindrical-coordinate representation of color #0FB954: hue angle of 144.35º 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 #0FB954 is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 185 | 84 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.27 |
| HSL | 144.35º | 0.85% | 0.39% | - |
| HSV(B) | 144.35º | 0.92% | 0.73% | - |
| XYZ | 19.15 | 35.44 | 14.22 | - |
| YUV | 122.66 | 106.18 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 185 | 84 | 0.92 | 0 | 0.55 | 0.27 | 144.35 | 0.85 | 0.39 |
| Hex | F | B9 | 54 | 5C | 0 | 37 | 1B | 90 | 55 | 27 |
| Octal | 17 | 271 | 124 | 134 | 0 | 67 | 33 | 220 | 125 | 47 |
| Binary | 1111 | 10111001 | 1010100 | 1011100 | 0 | 110111 | 11011 | 10010000 | 1010101 | 100111 |
Color Harmonies of #0FB954
Complementary color
Monochromatic Colors of #0FB954
Black with #0FB954
Text Example
Text Example
White with #0FB954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB954; }
p { color: rgb(15,185,84); }
H1.HeaderClassName
{
color: #0FB954;
}
.AnyTagClassName
{
color: #0FB954;
}
</style>
background-color css
<style>
a { background-color: #0FB954; }
a { background-color: rgb(15,185,84); }
div.DivClassName
{
background-color: #0FB954;
}
.BgClassName
{
background-color: #0FB954;
}
</style>
border-color css
<style>
span { border-color: #0FB954; }
span { border-color: rgb(15,185,84); }
td.TdClassName
{
border-color: #0FB954;
}
.TagClassName
{
border-color: #0FB954;
}
</style>