Shades of Pigment Green #098F4D
Tints of Pigment Green #098F4D
RGB
CMYK
RGB Variations
Color information
#098F4D (or 0x098F4D) is known color: Pigment Green. HEX triplet: 09, 8F and 4D. RGB value is (9,143,77). Sum of RGB (Red+Green+Blue) = 9+143+77=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 143 (56.25% from 255 or 62.45% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 143 - color contains mainly: green. Hex color #098F4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098F4D is #F670B2. Grayscale: #5F5F5F. Windows color (decimal): -16150707 or 5082889. OLE color: 5082889.
HSL color Cylindrical-coordinate representation of color #098F4D: hue angle of 150.45º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098F4D is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 143 | 77 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.44 |
| HSL | 150.45º | 0.88% | 0.3% | - |
| HSV(B) | 150.45º | 0.94% | 0.56% | - |
| XYZ | 11.27 | 20.24 | 10.33 | - |
| YUV | 95.41 | 117.61 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 143 | 77 | 0.94 | 0 | 0.46 | 0.44 | 150.45 | 0.88 | 0.3 |
| Hex | 9 | 8F | 4D | 5E | 0 | 2E | 2C | 96 | 58 | 1E |
| Octal | 11 | 217 | 115 | 136 | 0 | 56 | 54 | 226 | 130 | 36 |
| Binary | 1001 | 10001111 | 1001101 | 1011110 | 0 | 101110 | 101100 | 10010110 | 1011000 | 11110 |
Color Harmonies of #098F4D
Complementary color
Monochromatic Colors of #098F4D
Black with #098F4D
Text Example
Text Example
White with #098F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098F4D; }
p { color: rgb(9,143,77); }
H1.HeaderClassName
{
color: #098F4D;
}
.AnyTagClassName
{
color: #098F4D;
}
</style>
background-color css
<style>
a { background-color: #098F4D; }
a { background-color: rgb(9,143,77); }
div.DivClassName
{
background-color: #098F4D;
}
.BgClassName
{
background-color: #098F4D;
}
</style>
border-color css
<style>
span { border-color: #098F4D; }
span { border-color: rgb(9,143,77); }
td.TdClassName
{
border-color: #098F4D;
}
.TagClassName
{
border-color: #098F4D;
}
</style>