Shades of Pigment Green #089C52
Tints of Pigment Green #089C52
RGB
CMYK
RGB Variations
Color information
#089C52 (or 0x089C52) is known color: Pigment Green. HEX triplet: 08, 9C and 52. RGB value is (8,156,82). Sum of RGB (Red+Green+Blue) = 8+156+82=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 156 (61.33% from 255 or 63.41% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 156 - color contains mainly: green. Hex color #089C52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089C52 is #F763AD. Grayscale: #676767. Windows color (decimal): -16212910 or 5413896. OLE color: 5413896.
HSL color Cylindrical-coordinate representation of color #089C52: hue angle of 150º 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 #089C52 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 156 | 82 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.39 |
| HSL | 150º | 0.9% | 0.32% | - |
| HSV(B) | 150º | 0.95% | 0.61% | - |
| XYZ | 13.51 | 24.44 | 11.99 | - |
| YUV | 103.31 | 115.97 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 156 | 82 | 0.95 | 0 | 0.47 | 0.39 | 150 | 0.9 | 0.32 |
| Hex | 8 | 9C | 52 | 5F | 0 | 2F | 27 | 96 | 5A | 20 |
| Octal | 10 | 234 | 122 | 137 | 0 | 57 | 47 | 226 | 132 | 40 |
| Binary | 1000 | 10011100 | 1010010 | 1011111 | 0 | 101111 | 100111 | 10010110 | 1011010 | 100000 |
Color Harmonies of #089C52
Complementary color
Monochromatic Colors of #089C52
Black with #089C52
Text Example
Text Example
White with #089C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089C52; }
p { color: rgb(8,156,82); }
H1.HeaderClassName
{
color: #089C52;
}
.AnyTagClassName
{
color: #089C52;
}
</style>
background-color css
<style>
a { background-color: #089C52; }
a { background-color: rgb(8,156,82); }
div.DivClassName
{
background-color: #089C52;
}
.BgClassName
{
background-color: #089C52;
}
</style>
border-color css
<style>
span { border-color: #089C52; }
span { border-color: rgb(8,156,82); }
td.TdClassName
{
border-color: #089C52;
}
.TagClassName
{
border-color: #089C52;
}
</style>