Shades of Pigment Green #089C4B
Tints of Pigment Green #089C4B
RGB
CMYK
RGB Variations
Color information
#089C4B (or 0x089C4B) is known color: Pigment Green. HEX triplet: 08, 9C and 4B. RGB value is (8,156,75). Sum of RGB (Red+Green+Blue) = 8+156+75=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 156 (61.33% from 255 or 65.27% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 156 - color contains mainly: green. Hex color #089C4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089C4B is #F763B4. Grayscale: #666666. Windows color (decimal): -16212917 or 4955144. OLE color: 4955144.
HSL color Cylindrical-coordinate representation of color #089C4B: hue angle of 147.16º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089C4B is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 156 | 75 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.39 |
| HSL | 147.16º | 0.9% | 0.32% | - |
| HSV(B) | 147.16º | 0.95% | 0.61% | - |
| XYZ | 13.26 | 24.34 | 10.66 | - |
| YUV | 102.51 | 112.47 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 156 | 75 | 0.95 | 0 | 0.52 | 0.39 | 147.16 | 0.9 | 0.32 |
| Hex | 8 | 9C | 4B | 5F | 0 | 34 | 27 | 93 | 5A | 20 |
| Octal | 10 | 234 | 113 | 137 | 0 | 64 | 47 | 223 | 132 | 40 |
| Binary | 1000 | 10011100 | 1001011 | 1011111 | 0 | 110100 | 100111 | 10010011 | 1011010 | 100000 |
Color Harmonies of #089C4B
Complementary color
Monochromatic Colors of #089C4B
Black with #089C4B
Text Example
Text Example
White with #089C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089C4B; }
p { color: rgb(8,156,75); }
H1.HeaderClassName
{
color: #089C4B;
}
.AnyTagClassName
{
color: #089C4B;
}
</style>
background-color css
<style>
a { background-color: #089C4B; }
a { background-color: rgb(8,156,75); }
div.DivClassName
{
background-color: #089C4B;
}
.BgClassName
{
background-color: #089C4B;
}
</style>
border-color css
<style>
span { border-color: #089C4B; }
span { border-color: rgb(8,156,75); }
td.TdClassName
{
border-color: #089C4B;
}
.TagClassName
{
border-color: #089C4B;
}
</style>