Shades of Pigment Green #0FB44D
Tints of Pigment Green #0FB44D
RGB
CMYK
RGB Variations
Color information
#0FB44D (or 0x0FB44D) is known color: Pigment Green. HEX triplet: 0F, B4 and 4D. RGB value is (15,180,77). Sum of RGB (Red+Green+Blue) = 15+180+77=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 180 (70.70% from 255 or 66.18% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB44D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB44D is #F04BB2. Grayscale: #777777. Windows color (decimal): -15748019 or 5092367. OLE color: 5092367.
HSL color Cylindrical-coordinate representation of color #0FB44D: hue angle of 142.55º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB44D is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 180 | 77 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.29 |
| HSL | 142.55º | 0.85% | 0.38% | - |
| HSV(B) | 142.55º | 0.92% | 0.71% | - |
| XYZ | 17.86 | 33.28 | 12.5 | - |
| YUV | 118.92 | 104.34 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 77 | 0.92 | 0 | 0.57 | 0.29 | 142.55 | 0.85 | 0.38 |
| Hex | F | B4 | 4D | 5C | 0 | 39 | 1D | 8F | 55 | 26 |
| Octal | 17 | 264 | 115 | 134 | 0 | 71 | 35 | 217 | 125 | 46 |
| Binary | 1111 | 10110100 | 1001101 | 1011100 | 0 | 111001 | 11101 | 10001111 | 1010101 | 100110 |
Color Harmonies of #0FB44D
Complementary color
Monochromatic Colors of #0FB44D
Black with #0FB44D
Text Example
Text Example
White with #0FB44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB44D; }
p { color: rgb(15,180,77); }
H1.HeaderClassName
{
color: #0FB44D;
}
.AnyTagClassName
{
color: #0FB44D;
}
</style>
background-color css
<style>
a { background-color: #0FB44D; }
a { background-color: rgb(15,180,77); }
div.DivClassName
{
background-color: #0FB44D;
}
.BgClassName
{
background-color: #0FB44D;
}
</style>
border-color css
<style>
span { border-color: #0FB44D; }
span { border-color: rgb(15,180,77); }
td.TdClassName
{
border-color: #0FB44D;
}
.TagClassName
{
border-color: #0FB44D;
}
</style>