Shades of Pigment Green #089A3C
Tints of Pigment Green #089A3C
RGB
CMYK
RGB Variations
Color information
#089A3C (or 0x089A3C) is known color: Pigment Green. HEX triplet: 08, 9A and 3C. RGB value is (8,154,60). Sum of RGB (Red+Green+Blue) = 8+154+60=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 154 (60.55% from 255 or 69.37% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 154 - color contains mainly: green. Hex color #089A3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089A3C is #F765C3. Grayscale: #636363. Windows color (decimal): -16213444 or 3971592. OLE color: 3971592.
HSL color Cylindrical-coordinate representation of color #089A3C: hue angle of 141.37º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089A3C is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 154 | 60 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.40 |
| HSL | 141.37º | 0.9% | 0.32% | - |
| HSV(B) | 141.37º | 0.95% | 0.6% | - |
| XYZ | 12.47 | 23.49 | 8.15 | - |
| YUV | 99.63 | 105.63 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 154 | 60 | 0.95 | 0 | 0.61 | 0.40 | 141.37 | 0.9 | 0.32 |
| Hex | 8 | 9A | 3C | 5F | 0 | 3D | 28 | 8D | 5A | 20 |
| Octal | 10 | 232 | 74 | 137 | 0 | 75 | 50 | 215 | 132 | 40 |
| Binary | 1000 | 10011010 | 111100 | 1011111 | 0 | 111101 | 101000 | 10001101 | 1011010 | 100000 |
Color Harmonies of #089A3C
Complementary color
Monochromatic Colors of #089A3C
Black with #089A3C
Text Example
Text Example
White with #089A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089A3C; }
p { color: rgb(8,154,60); }
H1.HeaderClassName
{
color: #089A3C;
}
.AnyTagClassName
{
color: #089A3C;
}
</style>
background-color css
<style>
a { background-color: #089A3C; }
a { background-color: rgb(8,154,60); }
div.DivClassName
{
background-color: #089A3C;
}
.BgClassName
{
background-color: #089A3C;
}
</style>
border-color css
<style>
span { border-color: #089A3C; }
span { border-color: rgb(8,154,60); }
td.TdClassName
{
border-color: #089A3C;
}
.TagClassName
{
border-color: #089A3C;
}
</style>