Shades of Pigment Green #089D52
Tints of Pigment Green #089D52
RGB
CMYK
RGB Variations
Color information
#089D52 (or 0x089D52) is known color: Pigment Green. HEX triplet: 08, 9D and 52. RGB value is (8,157,82). Sum of RGB (Red+Green+Blue) = 8+157+82=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 157 (61.72% from 255 or 63.56% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 157 - color contains mainly: green. Hex color #089D52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089D52 is #F762AD. Grayscale: #686868. Windows color (decimal): -16212654 or 5414152. OLE color: 5414152.
HSL color Cylindrical-coordinate representation of color #089D52: hue angle of 149.8º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089D52 is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 157 | 82 | - |
| CMYK | 0.95 | 0 | 0.48 | 0.38 |
| HSL | 149.8º | 0.9% | 0.32% | - |
| HSV(B) | 149.8º | 0.95% | 0.62% | - |
| XYZ | 13.68 | 24.77 | 12.04 | - |
| YUV | 103.9 | 115.64 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 157 | 82 | 0.95 | 0 | 0.48 | 0.38 | 149.8 | 0.9 | 0.32 |
| Hex | 8 | 9D | 52 | 5F | 0 | 30 | 26 | 96 | 5A | 20 |
| Octal | 10 | 235 | 122 | 137 | 0 | 60 | 46 | 226 | 132 | 40 |
| Binary | 1000 | 10011101 | 1010010 | 1011111 | 0 | 110000 | 100110 | 10010110 | 1011010 | 100000 |
Color Harmonies of #089D52
Complementary color
Monochromatic Colors of #089D52
Black with #089D52
Text Example
Text Example
White with #089D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089D52; }
p { color: rgb(8,157,82); }
H1.HeaderClassName
{
color: #089D52;
}
.AnyTagClassName
{
color: #089D52;
}
</style>
background-color css
<style>
a { background-color: #089D52; }
a { background-color: rgb(8,157,82); }
div.DivClassName
{
background-color: #089D52;
}
.BgClassName
{
background-color: #089D52;
}
</style>
border-color css
<style>
span { border-color: #089D52; }
span { border-color: rgb(8,157,82); }
td.TdClassName
{
border-color: #089D52;
}
.TagClassName
{
border-color: #089D52;
}
</style>