Shades of Pigment Green #089C38
Tints of Pigment Green #089C38
RGB
CMYK
RGB Variations
Color information
#089C38 (or 0x089C38) is known color: Pigment Green. HEX triplet: 08, 9C and 38. RGB value is (8,156,56). Sum of RGB (Red+Green+Blue) = 8+156+56=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 156 (61.33% from 255 or 70.91% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 156 - color contains mainly: green. Hex color #089C38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089C38 is #F763C7. Grayscale: #646464. Windows color (decimal): -16212936 or 3709960. OLE color: 3709960.
HSL color Cylindrical-coordinate representation of color #089C38: hue angle of 139.46º 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 #089C38 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 156 | 56 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.39 |
| HSL | 139.46º | 0.9% | 0.32% | - |
| HSV(B) | 139.46º | 0.95% | 0.61% | - |
| XYZ | 12.7 | 24.11 | 7.73 | - |
| YUV | 100.35 | 102.97 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 156 | 56 | 0.95 | 0 | 0.64 | 0.39 | 139.46 | 0.9 | 0.32 |
| Hex | 8 | 9C | 38 | 5F | 0 | 40 | 27 | 8B | 5A | 20 |
| Octal | 10 | 234 | 70 | 137 | 0 | 100 | 47 | 213 | 132 | 40 |
| Binary | 1000 | 10011100 | 111000 | 1011111 | 0 | 1000000 | 100111 | 10001011 | 1011010 | 100000 |
Color Harmonies of #089C38
Complementary color
Monochromatic Colors of #089C38
Black with #089C38
Text Example
Text Example
White with #089C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089C38; }
p { color: rgb(8,156,56); }
H1.HeaderClassName
{
color: #089C38;
}
.AnyTagClassName
{
color: #089C38;
}
</style>
background-color css
<style>
a { background-color: #089C38; }
a { background-color: rgb(8,156,56); }
div.DivClassName
{
background-color: #089C38;
}
.BgClassName
{
background-color: #089C38;
}
</style>
border-color css
<style>
span { border-color: #089C38; }
span { border-color: rgb(8,156,56); }
td.TdClassName
{
border-color: #089C38;
}
.TagClassName
{
border-color: #089C38;
}
</style>