Shades of Pigment Green #089240
Tints of Pigment Green #089240
RGB
CMYK
RGB Variations
Color information
#089240 (or 0x089240) is known color: Pigment Green. HEX triplet: 08, 92 and 40. RGB value is (8,146,64). Sum of RGB (Red+Green+Blue) = 8+146+64=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 146 (57.42% from 255 or 66.97% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 146 - color contains mainly: green. Hex color #089240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089240 is #F76DBF. Grayscale: #5F5F5F. Windows color (decimal): -16215488 or 4231688. OLE color: 4231688.
HSL color Cylindrical-coordinate representation of color #089240: hue angle of 144.35º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089240 is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 146 | 64 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.43 |
| HSL | 144.35º | 0.9% | 0.3% | - |
| HSV(B) | 144.35º | 0.95% | 0.57% | - |
| XYZ | 11.3 | 20.98 | 8.3 | - |
| YUV | 95.39 | 110.28 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 146 | 64 | 0.95 | 0 | 0.56 | 0.43 | 144.35 | 0.9 | 0.3 |
| Hex | 8 | 92 | 40 | 5F | 0 | 38 | 2B | 90 | 5A | 1E |
| Octal | 10 | 222 | 100 | 137 | 0 | 70 | 53 | 220 | 132 | 36 |
| Binary | 1000 | 10010010 | 1000000 | 1011111 | 0 | 111000 | 101011 | 10010000 | 1011010 | 11110 |
Color Harmonies of #089240
Complementary color
Monochromatic Colors of #089240
Black with #089240
Text Example
Text Example
White with #089240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089240; }
p { color: rgb(8,146,64); }
H1.HeaderClassName
{
color: #089240;
}
.AnyTagClassName
{
color: #089240;
}
</style>
background-color css
<style>
a { background-color: #089240; }
a { background-color: rgb(8,146,64); }
div.DivClassName
{
background-color: #089240;
}
.BgClassName
{
background-color: #089240;
}
</style>
border-color css
<style>
span { border-color: #089240; }
span { border-color: rgb(8,146,64); }
td.TdClassName
{
border-color: #089240;
}
.TagClassName
{
border-color: #089240;
}
</style>