Shades of Pigment Green #0F973B
Tints of Pigment Green #0F973B
RGB
CMYK
RGB Variations
Color information
#0F973B (or 0x0F973B) is known color: Pigment Green. HEX triplet: 0F, 97 and 3B. RGB value is (15,151,59). Sum of RGB (Red+Green+Blue) = 15+151+59=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 151 (59.38% from 255 or 67.11% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 151 - color contains mainly: green. Hex color #0F973B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F973B is #F068C4. Grayscale: #646464. Windows color (decimal): -15755461 or 3905295. OLE color: 3905295.
HSL color Cylindrical-coordinate representation of color #0F973B: hue angle of 139.41º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F973B is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 151 | 59 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.41 |
| HSL | 139.41º | 0.82% | 0.33% | - |
| HSV(B) | 139.41º | 0.9% | 0.59% | - |
| XYZ | 12.05 | 22.55 | 7.86 | - |
| YUV | 99.85 | 104.94 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 151 | 59 | 0.90 | 0 | 0.61 | 0.41 | 139.41 | 0.82 | 0.33 |
| Hex | F | 97 | 3B | 5A | 0 | 3D | 29 | 8B | 52 | 21 |
| Octal | 17 | 227 | 73 | 132 | 0 | 75 | 51 | 213 | 122 | 41 |
| Binary | 1111 | 10010111 | 111011 | 1011010 | 0 | 111101 | 101001 | 10001011 | 1010010 | 100001 |
Color Harmonies of #0F973B
Complementary color
Monochromatic Colors of #0F973B
Black with #0F973B
Text Example
Text Example
White with #0F973B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F973B; }
p { color: rgb(15,151,59); }
H1.HeaderClassName
{
color: #0F973B;
}
.AnyTagClassName
{
color: #0F973B;
}
</style>
background-color css
<style>
a { background-color: #0F973B; }
a { background-color: rgb(15,151,59); }
div.DivClassName
{
background-color: #0F973B;
}
.BgClassName
{
background-color: #0F973B;
}
</style>
border-color css
<style>
span { border-color: #0F973B; }
span { border-color: rgb(15,151,59); }
td.TdClassName
{
border-color: #0F973B;
}
.TagClassName
{
border-color: #0F973B;
}
</style>