Shades of Pigment Green #088F50
Tints of Pigment Green #088F50
RGB
CMYK
RGB Variations
Color information
#088F50 (or 0x088F50) is known color: Pigment Green. HEX triplet: 08, 8F and 50. RGB value is (8,143,80). Sum of RGB (Red+Green+Blue) = 8+143+80=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 143 (56.25% from 255 or 61.90% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 143 - color contains mainly: green. Hex color #088F50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088F50 is #F770AF. Grayscale: #5F5F5F. Windows color (decimal): -16216240 or 5279496. OLE color: 5279496.
HSL color Cylindrical-coordinate representation of color #088F50: hue angle of 152º degrees, saturation: 0.89, 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 #088F50 is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 143 | 80 | - |
| CMYK | 0.94 | 0 | 0.44 | 0.44 |
| HSL | 152º | 0.89% | 0.3% | - |
| HSV(B) | 152º | 0.94% | 0.56% | - |
| XYZ | 11.37 | 20.28 | 10.9 | - |
| YUV | 95.45 | 119.27 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 143 | 80 | 0.94 | 0 | 0.44 | 0.44 | 152 | 0.89 | 0.3 |
| Hex | 8 | 8F | 50 | 5E | 0 | 2C | 2C | 98 | 59 | 1E |
| Octal | 10 | 217 | 120 | 136 | 0 | 54 | 54 | 230 | 131 | 36 |
| Binary | 1000 | 10001111 | 1010000 | 1011110 | 0 | 101100 | 101100 | 10011000 | 1011001 | 11110 |
Color Harmonies of #088F50
Complementary color
Monochromatic Colors of #088F50
Black with #088F50
Text Example
Text Example
White with #088F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088F50; }
p { color: rgb(8,143,80); }
H1.HeaderClassName
{
color: #088F50;
}
.AnyTagClassName
{
color: #088F50;
}
</style>
background-color css
<style>
a { background-color: #088F50; }
a { background-color: rgb(8,143,80); }
div.DivClassName
{
background-color: #088F50;
}
.BgClassName
{
background-color: #088F50;
}
</style>
border-color css
<style>
span { border-color: #088F50; }
span { border-color: rgb(8,143,80); }
td.TdClassName
{
border-color: #088F50;
}
.TagClassName
{
border-color: #088F50;
}
</style>