Shades of Pigment Green #0FB24F
Tints of Pigment Green #0FB24F
RGB
CMYK
RGB Variations
Color information
#0FB24F (or 0x0FB24F) is known color: Pigment Green. HEX triplet: 0F, B2 and 4F. RGB value is (15,178,79). Sum of RGB (Red+Green+Blue) = 15+178+79=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 178 (69.92% from 255 or 65.44% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB24F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB24F is #F04DB0. Grayscale: #767676. Windows color (decimal): -15748529 or 5222927. OLE color: 5222927.
HSL color Cylindrical-coordinate representation of color #0FB24F: hue angle of 143.56º degrees, saturation: 0.84, 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 #0FB24F is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 178 | 79 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.30 |
| HSL | 143.56º | 0.84% | 0.38% | - |
| HSV(B) | 143.56º | 0.92% | 0.7% | - |
| XYZ | 17.53 | 32.51 | 12.75 | - |
| YUV | 117.98 | 106 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 178 | 79 | 0.92 | 0 | 0.56 | 0.30 | 143.56 | 0.84 | 0.38 |
| Hex | F | B2 | 4F | 5C | 0 | 38 | 1E | 90 | 54 | 26 |
| Octal | 17 | 262 | 117 | 134 | 0 | 70 | 36 | 220 | 124 | 46 |
| Binary | 1111 | 10110010 | 1001111 | 1011100 | 0 | 111000 | 11110 | 10010000 | 1010100 | 100110 |
Color Harmonies of #0FB24F
Complementary color
Monochromatic Colors of #0FB24F
Black with #0FB24F
Text Example
Text Example
White with #0FB24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB24F; }
p { color: rgb(15,178,79); }
H1.HeaderClassName
{
color: #0FB24F;
}
.AnyTagClassName
{
color: #0FB24F;
}
</style>
background-color css
<style>
a { background-color: #0FB24F; }
a { background-color: rgb(15,178,79); }
div.DivClassName
{
background-color: #0FB24F;
}
.BgClassName
{
background-color: #0FB24F;
}
</style>
border-color css
<style>
span { border-color: #0FB24F; }
span { border-color: rgb(15,178,79); }
td.TdClassName
{
border-color: #0FB24F;
}
.TagClassName
{
border-color: #0FB24F;
}
</style>