Shades of Pigment Green #0FB95A
Tints of Pigment Green #0FB95A
RGB
CMYK
RGB Variations
Color information
#0FB95A (or 0x0FB95A) is known color: Pigment Green. HEX triplet: 0F, B9 and 5A. RGB value is (15,185,90). Sum of RGB (Red+Green+Blue) = 15+185+90=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 185 (72.66% from 255 or 63.79% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB95A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB95A is #F046A5. Grayscale: #7B7B7B. Windows color (decimal): -15746726 or 5945615. OLE color: 5945615.
HSL color Cylindrical-coordinate representation of color #0FB95A: hue angle of 146.47º 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 #0FB95A is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 185 | 90 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.27 |
| HSL | 146.47º | 0.85% | 0.39% | - |
| HSV(B) | 146.47º | 0.92% | 0.73% | - |
| XYZ | 19.39 | 35.54 | 15.51 | - |
| YUV | 123.34 | 109.18 | 50.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 185 | 90 | 0.92 | 0 | 0.51 | 0.27 | 146.47 | 0.85 | 0.39 |
| Hex | F | B9 | 5A | 5C | 0 | 33 | 1B | 92 | 55 | 27 |
| Octal | 17 | 271 | 132 | 134 | 0 | 63 | 33 | 222 | 125 | 47 |
| Binary | 1111 | 10111001 | 1011010 | 1011100 | 0 | 110011 | 11011 | 10010010 | 1010101 | 100111 |
Color Harmonies of #0FB95A
Complementary color
Monochromatic Colors of #0FB95A
Black with #0FB95A
Text Example
Text Example
White with #0FB95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB95A; }
p { color: rgb(15,185,90); }
H1.HeaderClassName
{
color: #0FB95A;
}
.AnyTagClassName
{
color: #0FB95A;
}
</style>
background-color css
<style>
a { background-color: #0FB95A; }
a { background-color: rgb(15,185,90); }
div.DivClassName
{
background-color: #0FB95A;
}
.BgClassName
{
background-color: #0FB95A;
}
</style>
border-color css
<style>
span { border-color: #0FB95A; }
span { border-color: rgb(15,185,90); }
td.TdClassName
{
border-color: #0FB95A;
}
.TagClassName
{
border-color: #0FB95A;
}
</style>