Shades of Pigment Green #0F9743
Tints of Pigment Green #0F9743
RGB
CMYK
RGB Variations
Color information
#0F9743 (or 0x0F9743) is known color: Pigment Green. HEX triplet: 0F, 97 and 43. RGB value is (15,151,67). Sum of RGB (Red+Green+Blue) = 15+151+67=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 151 (59.38% from 255 or 64.81% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 151 - color contains mainly: green. Hex color #0F9743 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9743 is #F068BC. Grayscale: #646464. Windows color (decimal): -15755453 or 4429583. OLE color: 4429583.
HSL color Cylindrical-coordinate representation of color #0F9743: hue angle of 142.94º 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 #0F9743 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 151 | 67 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.41 |
| HSL | 142.94º | 0.82% | 0.33% | - |
| HSV(B) | 142.94º | 0.9% | 0.59% | - |
| XYZ | 12.28 | 22.64 | 9.03 | - |
| YUV | 100.76 | 108.94 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 151 | 67 | 0.90 | 0 | 0.56 | 0.41 | 142.94 | 0.82 | 0.33 |
| Hex | F | 97 | 43 | 5A | 0 | 38 | 29 | 8F | 52 | 21 |
| Octal | 17 | 227 | 103 | 132 | 0 | 70 | 51 | 217 | 122 | 41 |
| Binary | 1111 | 10010111 | 1000011 | 1011010 | 0 | 111000 | 101001 | 10001111 | 1010010 | 100001 |
Color Harmonies of #0F9743
Complementary color
Monochromatic Colors of #0F9743
Black with #0F9743
Text Example
Text Example
White with #0F9743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9743; }
p { color: rgb(15,151,67); }
H1.HeaderClassName
{
color: #0F9743;
}
.AnyTagClassName
{
color: #0F9743;
}
</style>
background-color css
<style>
a { background-color: #0F9743; }
a { background-color: rgb(15,151,67); }
div.DivClassName
{
background-color: #0F9743;
}
.BgClassName
{
background-color: #0F9743;
}
</style>
border-color css
<style>
span { border-color: #0F9743; }
span { border-color: rgb(15,151,67); }
td.TdClassName
{
border-color: #0F9743;
}
.TagClassName
{
border-color: #0F9743;
}
</style>