Shades of Pigment Green #099C40
Tints of Pigment Green #099C40
RGB
CMYK
RGB Variations
Color information
#099C40 (or 0x099C40) is known color: Pigment Green. HEX triplet: 09, 9C and 40. RGB value is (9,156,64). Sum of RGB (Red+Green+Blue) = 9+156+64=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 156 (61.33% from 255 or 68.12% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 156 - color contains mainly: green. Hex color #099C40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099C40 is #F663BF. Grayscale: #656565. Windows color (decimal): -16147392 or 4234249. OLE color: 4234249.
HSL color Cylindrical-coordinate representation of color #099C40: hue angle of 142.45º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099C40 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 156 | 64 | - |
| CMYK | 0.94 | 0 | 0.59 | 0.39 |
| HSL | 142.45º | 0.89% | 0.32% | - |
| HSV(B) | 142.45º | 0.94% | 0.61% | - |
| XYZ | 12.93 | 24.21 | 8.84 | - |
| YUV | 101.56 | 106.8 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 156 | 64 | 0.94 | 0 | 0.59 | 0.39 | 142.45 | 0.89 | 0.32 |
| Hex | 9 | 9C | 40 | 5E | 0 | 3B | 27 | 8E | 59 | 20 |
| Octal | 11 | 234 | 100 | 136 | 0 | 73 | 47 | 216 | 131 | 40 |
| Binary | 1001 | 10011100 | 1000000 | 1011110 | 0 | 111011 | 100111 | 10001110 | 1011001 | 100000 |
Color Harmonies of #099C40
Complementary color
Monochromatic Colors of #099C40
Black with #099C40
Text Example
Text Example
White with #099C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099C40; }
p { color: rgb(9,156,64); }
H1.HeaderClassName
{
color: #099C40;
}
.AnyTagClassName
{
color: #099C40;
}
</style>
background-color css
<style>
a { background-color: #099C40; }
a { background-color: rgb(9,156,64); }
div.DivClassName
{
background-color: #099C40;
}
.BgClassName
{
background-color: #099C40;
}
</style>
border-color css
<style>
span { border-color: #099C40; }
span { border-color: rgb(9,156,64); }
td.TdClassName
{
border-color: #099C40;
}
.TagClassName
{
border-color: #099C40;
}
</style>