Shades of Pigment Green #0FB34D
Tints of Pigment Green #0FB34D
RGB
CMYK
RGB Variations
Color information
#0FB34D (or 0x0FB34D) is known color: Pigment Green. HEX triplet: 0F, B3 and 4D. RGB value is (15,179,77). Sum of RGB (Red+Green+Blue) = 15+179+77=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 179 (70.31% from 255 or 66.05% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB34D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB34D is #F04CB2. Grayscale: #767676. Windows color (decimal): -15748275 or 5092111. OLE color: 5092111.
HSL color Cylindrical-coordinate representation of color #0FB34D: hue angle of 142.68º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB34D is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 179 | 77 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.30 |
| HSL | 142.68º | 0.85% | 0.38% | - |
| HSV(B) | 142.68º | 0.92% | 0.7% | - |
| XYZ | 17.66 | 32.88 | 12.44 | - |
| YUV | 118.34 | 104.67 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 77 | 0.92 | 0 | 0.57 | 0.30 | 142.68 | 0.85 | 0.38 |
| Hex | F | B3 | 4D | 5C | 0 | 39 | 1E | 8F | 55 | 26 |
| Octal | 17 | 263 | 115 | 134 | 0 | 71 | 36 | 217 | 125 | 46 |
| Binary | 1111 | 10110011 | 1001101 | 1011100 | 0 | 111001 | 11110 | 10001111 | 1010101 | 100110 |
Color Harmonies of #0FB34D
Complementary color
Monochromatic Colors of #0FB34D
Black with #0FB34D
Text Example
Text Example
White with #0FB34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB34D; }
p { color: rgb(15,179,77); }
H1.HeaderClassName
{
color: #0FB34D;
}
.AnyTagClassName
{
color: #0FB34D;
}
</style>
background-color css
<style>
a { background-color: #0FB34D; }
a { background-color: rgb(15,179,77); }
div.DivClassName
{
background-color: #0FB34D;
}
.BgClassName
{
background-color: #0FB34D;
}
</style>
border-color css
<style>
span { border-color: #0FB34D; }
span { border-color: rgb(15,179,77); }
td.TdClassName
{
border-color: #0FB34D;
}
.TagClassName
{
border-color: #0FB34D;
}
</style>