Shades of Pigment Green #0FB25D
Tints of Pigment Green #0FB25D
RGB
CMYK
RGB Variations
Color information
#0FB25D (or 0x0FB25D) is known color: Pigment Green. HEX triplet: 0F, B2 and 5D. RGB value is (15,178,93). Sum of RGB (Red+Green+Blue) = 15+178+93=286 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.24% from 286); Green value is 178 (69.92% from 255 or 62.24% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB25D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB25D is #F04DA2. Grayscale: #777777. Windows color (decimal): -15748515 or 6140431. OLE color: 6140431.
HSL color Cylindrical-coordinate representation of color #0FB25D: hue angle of 148.71º 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 #0FB25D is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 178 | 93 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.30 |
| HSL | 148.71º | 0.84% | 0.38% | - |
| HSV(B) | 148.71º | 0.92% | 0.7% | - |
| XYZ | 18.09 | 32.73 | 15.72 | - |
| YUV | 119.57 | 113 | 53.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 178 | 93 | 0.92 | 0 | 0.48 | 0.30 | 148.71 | 0.84 | 0.38 |
| Hex | F | B2 | 5D | 5C | 0 | 30 | 1E | 95 | 54 | 26 |
| Octal | 17 | 262 | 135 | 134 | 0 | 60 | 36 | 225 | 124 | 46 |
| Binary | 1111 | 10110010 | 1011101 | 1011100 | 0 | 110000 | 11110 | 10010101 | 1010100 | 100110 |
Color Harmonies of #0FB25D
Complementary color
Monochromatic Colors of #0FB25D
Black with #0FB25D
Text Example
Text Example
White with #0FB25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB25D; }
p { color: rgb(15,178,93); }
H1.HeaderClassName
{
color: #0FB25D;
}
.AnyTagClassName
{
color: #0FB25D;
}
</style>
background-color css
<style>
a { background-color: #0FB25D; }
a { background-color: rgb(15,178,93); }
div.DivClassName
{
background-color: #0FB25D;
}
.BgClassName
{
background-color: #0FB25D;
}
</style>
border-color css
<style>
span { border-color: #0FB25D; }
span { border-color: rgb(15,178,93); }
td.TdClassName
{
border-color: #0FB25D;
}
.TagClassName
{
border-color: #0FB25D;
}
</style>