Shades of Pigment Green #0FB45B
Tints of Pigment Green #0FB45B
RGB
CMYK
RGB Variations
Color information
#0FB45B (or 0x0FB45B) is known color: Pigment Green. HEX triplet: 0F, B4 and 5B. RGB value is (15,180,91). Sum of RGB (Red+Green+Blue) = 15+180+91=286 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.24% from 286); Green value is 180 (70.70% from 255 or 62.94% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB45B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB45B is #F04BA4. Grayscale: #787878. Windows color (decimal): -15748005 or 6009871. OLE color: 6009871.
HSL color Cylindrical-coordinate representation of color #0FB45B: hue angle of 147.64º 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 #0FB45B is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 180 | 91 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.29 |
| HSL | 147.64º | 0.85% | 0.38% | - |
| HSV(B) | 147.64º | 0.92% | 0.71% | - |
| XYZ | 18.41 | 33.5 | 15.39 | - |
| YUV | 120.52 | 111.34 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 91 | 0.92 | 0 | 0.49 | 0.29 | 147.64 | 0.85 | 0.38 |
| Hex | F | B4 | 5B | 5C | 0 | 31 | 1D | 94 | 55 | 26 |
| Octal | 17 | 264 | 133 | 134 | 0 | 61 | 35 | 224 | 125 | 46 |
| Binary | 1111 | 10110100 | 1011011 | 1011100 | 0 | 110001 | 11101 | 10010100 | 1010101 | 100110 |
Color Harmonies of #0FB45B
Complementary color
Monochromatic Colors of #0FB45B
Black with #0FB45B
Text Example
Text Example
White with #0FB45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB45B; }
p { color: rgb(15,180,91); }
H1.HeaderClassName
{
color: #0FB45B;
}
.AnyTagClassName
{
color: #0FB45B;
}
</style>
background-color css
<style>
a { background-color: #0FB45B; }
a { background-color: rgb(15,180,91); }
div.DivClassName
{
background-color: #0FB45B;
}
.BgClassName
{
background-color: #0FB45B;
}
</style>
border-color css
<style>
span { border-color: #0FB45B; }
span { border-color: rgb(15,180,91); }
td.TdClassName
{
border-color: #0FB45B;
}
.TagClassName
{
border-color: #0FB45B;
}
</style>