Shades of Pigment Green #0F943A
Tints of Pigment Green #0F943A
RGB
CMYK
RGB Variations
Color information
#0F943A (or 0x0F943A) is known color: Pigment Green. HEX triplet: 0F, 94 and 3A. RGB value is (15,148,58). Sum of RGB (Red+Green+Blue) = 15+148+58=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 148 (58.20% from 255 or 66.97% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 148 - color contains mainly: green. Hex color #0F943A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F943A is #F06BC5. Grayscale: #626262. Windows color (decimal): -15756230 or 3838991. OLE color: 3838991.
HSL color Cylindrical-coordinate representation of color #0F943A: hue angle of 139.4º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F943A is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 148 | 58 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.42 |
| HSL | 139.4º | 0.82% | 0.32% | - |
| HSV(B) | 139.4º | 0.9% | 0.58% | - |
| XYZ | 11.55 | 21.59 | 7.56 | - |
| YUV | 97.97 | 105.44 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 148 | 58 | 0.90 | 0 | 0.61 | 0.42 | 139.4 | 0.82 | 0.32 |
| Hex | F | 94 | 3A | 5A | 0 | 3D | 2A | 8B | 52 | 20 |
| Octal | 17 | 224 | 72 | 132 | 0 | 75 | 52 | 213 | 122 | 40 |
| Binary | 1111 | 10010100 | 111010 | 1011010 | 0 | 111101 | 101010 | 10001011 | 1010010 | 100000 |
Color Harmonies of #0F943A
Complementary color
Monochromatic Colors of #0F943A
Black with #0F943A
Text Example
Text Example
White with #0F943A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F943A; }
p { color: rgb(15,148,58); }
H1.HeaderClassName
{
color: #0F943A;
}
.AnyTagClassName
{
color: #0F943A;
}
</style>
background-color css
<style>
a { background-color: #0F943A; }
a { background-color: rgb(15,148,58); }
div.DivClassName
{
background-color: #0F943A;
}
.BgClassName
{
background-color: #0F943A;
}
</style>
border-color css
<style>
span { border-color: #0F943A; }
span { border-color: rgb(15,148,58); }
td.TdClassName
{
border-color: #0F943A;
}
.TagClassName
{
border-color: #0F943A;
}
</style>