Shades of Pigment Green #089138
Tints of Pigment Green #089138
RGB
CMYK
RGB Variations
Color information
#089138 (or 0x089138) is known color: Pigment Green. HEX triplet: 08, 91 and 38. RGB value is (8,145,56). Sum of RGB (Red+Green+Blue) = 8+145+56=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 145 (57.03% from 255 or 69.38% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 145 - color contains mainly: green. Hex color #089138 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089138 is #F76EC7. Grayscale: #5E5E5E. Windows color (decimal): -16215752 or 3707144. OLE color: 3707144.
HSL color Cylindrical-coordinate representation of color #089138: hue angle of 141.02º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #089138 is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 145 | 56 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.43 |
| HSL | 141.02º | 0.9% | 0.3% | - |
| HSV(B) | 141.02º | 0.94% | 0.57% | - |
| XYZ | 10.94 | 20.59 | 7.14 | - |
| YUV | 93.89 | 106.61 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 56 | 0.94 | 0 | 0.61 | 0.43 | 141.02 | 0.9 | 0.3 |
| Hex | 8 | 91 | 38 | 5E | 0 | 3D | 2B | 8D | 5A | 1E |
| Octal | 10 | 221 | 70 | 136 | 0 | 75 | 53 | 215 | 132 | 36 |
| Binary | 1000 | 10010001 | 111000 | 1011110 | 0 | 111101 | 101011 | 10001101 | 1011010 | 11110 |
Color Harmonies of #089138
Complementary color
Monochromatic Colors of #089138
Black with #089138
Text Example
Text Example
White with #089138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089138; }
p { color: rgb(8,145,56); }
H1.HeaderClassName
{
color: #089138;
}
.AnyTagClassName
{
color: #089138;
}
</style>
background-color css
<style>
a { background-color: #089138; }
a { background-color: rgb(8,145,56); }
div.DivClassName
{
background-color: #089138;
}
.BgClassName
{
background-color: #089138;
}
</style>
border-color css
<style>
span { border-color: #089138; }
span { border-color: rgb(8,145,56); }
td.TdClassName
{
border-color: #089138;
}
.TagClassName
{
border-color: #089138;
}
</style>