Shades of Pigment Green #0FB24B
Tints of Pigment Green #0FB24B
RGB
CMYK
RGB Variations
Color information
#0FB24B (or 0x0FB24B) is known color: Pigment Green. HEX triplet: 0F, B2 and 4B. RGB value is (15,178,75). Sum of RGB (Red+Green+Blue) = 15+178+75=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 178 (69.92% from 255 or 66.42% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB24B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB24B is #F04DB4. Grayscale: #757575. Windows color (decimal): -15748533 or 4960783. OLE color: 4960783.
HSL color Cylindrical-coordinate representation of color #0FB24B: hue angle of 142.09º 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 #0FB24B is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 178 | 75 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.30 |
| HSL | 142.09º | 0.84% | 0.38% | - |
| HSV(B) | 142.09º | 0.92% | 0.7% | - |
| XYZ | 17.39 | 32.45 | 12 | - |
| YUV | 117.52 | 104 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 178 | 75 | 0.92 | 0 | 0.58 | 0.30 | 142.09 | 0.84 | 0.38 |
| Hex | F | B2 | 4B | 5C | 0 | 3A | 1E | 8E | 54 | 26 |
| Octal | 17 | 262 | 113 | 134 | 0 | 72 | 36 | 216 | 124 | 46 |
| Binary | 1111 | 10110010 | 1001011 | 1011100 | 0 | 111010 | 11110 | 10001110 | 1010100 | 100110 |
Color Harmonies of #0FB24B
Complementary color
Monochromatic Colors of #0FB24B
Black with #0FB24B
Text Example
Text Example
White with #0FB24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB24B; }
p { color: rgb(15,178,75); }
H1.HeaderClassName
{
color: #0FB24B;
}
.AnyTagClassName
{
color: #0FB24B;
}
</style>
background-color css
<style>
a { background-color: #0FB24B; }
a { background-color: rgb(15,178,75); }
div.DivClassName
{
background-color: #0FB24B;
}
.BgClassName
{
background-color: #0FB24B;
}
</style>
border-color css
<style>
span { border-color: #0FB24B; }
span { border-color: rgb(15,178,75); }
td.TdClassName
{
border-color: #0FB24B;
}
.TagClassName
{
border-color: #0FB24B;
}
</style>