Shades of Pigment Green #0FB853
Tints of Pigment Green #0FB853
RGB
CMYK
RGB Variations
Color information
#0FB853 (or 0x0FB853) is known color: Pigment Green. HEX triplet: 0F, B8 and 53. RGB value is (15,184,83). Sum of RGB (Red+Green+Blue) = 15+184+83=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 184 (72.27% from 255 or 65.25% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB853 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB853 is #F047AC. Grayscale: #7A7A7A. Windows color (decimal): -15746989 or 5486607. OLE color: 5486607.
HSL color Cylindrical-coordinate representation of color #0FB853: hue angle of 144.14º 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 #0FB853 is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 184 | 83 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.28 |
| HSL | 144.14º | 0.85% | 0.39% | - |
| HSV(B) | 144.14º | 0.92% | 0.72% | - |
| XYZ | 18.9 | 35.01 | 13.94 | - |
| YUV | 121.96 | 106.01 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 83 | 0.92 | 0 | 0.55 | 0.28 | 144.14 | 0.85 | 0.39 |
| Hex | F | B8 | 53 | 5C | 0 | 37 | 1C | 90 | 55 | 27 |
| Octal | 17 | 270 | 123 | 134 | 0 | 67 | 34 | 220 | 125 | 47 |
| Binary | 1111 | 10111000 | 1010011 | 1011100 | 0 | 110111 | 11100 | 10010000 | 1010101 | 100111 |
Color Harmonies of #0FB853
Complementary color
Monochromatic Colors of #0FB853
Black with #0FB853
Text Example
Text Example
White with #0FB853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB853; }
p { color: rgb(15,184,83); }
H1.HeaderClassName
{
color: #0FB853;
}
.AnyTagClassName
{
color: #0FB853;
}
</style>
background-color css
<style>
a { background-color: #0FB853; }
a { background-color: rgb(15,184,83); }
div.DivClassName
{
background-color: #0FB853;
}
.BgClassName
{
background-color: #0FB853;
}
</style>
border-color css
<style>
span { border-color: #0FB853; }
span { border-color: rgb(15,184,83); }
td.TdClassName
{
border-color: #0FB853;
}
.TagClassName
{
border-color: #0FB853;
}
</style>