Shades of Pigment Green #089C53
Tints of Pigment Green #089C53
RGB
CMYK
RGB Variations
Color information
#089C53 (or 0x089C53) is known color: Pigment Green. HEX triplet: 08, 9C and 53. RGB value is (8,156,83). Sum of RGB (Red+Green+Blue) = 8+156+83=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 156 (61.33% from 255 or 63.16% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 156 - color contains mainly: green. Hex color #089C53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089C53 is #F763AC. Grayscale: #676767. Windows color (decimal): -16212909 or 5479432. OLE color: 5479432.
HSL color Cylindrical-coordinate representation of color #089C53: hue angle of 150.41º 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 #089C53 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 156 | 83 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.39 |
| HSL | 150.41º | 0.9% | 0.32% | - |
| HSV(B) | 150.41º | 0.95% | 0.61% | - |
| XYZ | 13.55 | 24.45 | 12.19 | - |
| YUV | 103.43 | 116.47 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 156 | 83 | 0.95 | 0 | 0.47 | 0.39 | 150.41 | 0.9 | 0.32 |
| Hex | 8 | 9C | 53 | 5F | 0 | 2F | 27 | 96 | 5A | 20 |
| Octal | 10 | 234 | 123 | 137 | 0 | 57 | 47 | 226 | 132 | 40 |
| Binary | 1000 | 10011100 | 1010011 | 1011111 | 0 | 101111 | 100111 | 10010110 | 1011010 | 100000 |
Color Harmonies of #089C53
Complementary color
Monochromatic Colors of #089C53
Black with #089C53
Text Example
Text Example
White with #089C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089C53; }
p { color: rgb(8,156,83); }
H1.HeaderClassName
{
color: #089C53;
}
.AnyTagClassName
{
color: #089C53;
}
</style>
background-color css
<style>
a { background-color: #089C53; }
a { background-color: rgb(8,156,83); }
div.DivClassName
{
background-color: #089C53;
}
.BgClassName
{
background-color: #089C53;
}
</style>
border-color css
<style>
span { border-color: #089C53; }
span { border-color: rgb(8,156,83); }
td.TdClassName
{
border-color: #089C53;
}
.TagClassName
{
border-color: #089C53;
}
</style>