Shades of Pigment Green #099E3E
Tints of Pigment Green #099E3E
RGB
CMYK
RGB Variations
Color information
#099E3E (or 0x099E3E) is known color: Pigment Green. HEX triplet: 09, 9E and 3E. RGB value is (9,158,62). Sum of RGB (Red+Green+Blue) = 9+158+62=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 158 (62.11% from 255 or 69.00% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 158 - color contains mainly: green. Hex color #099E3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099E3E is #F661C1. Grayscale: #666666. Windows color (decimal): -16146882 or 4103689. OLE color: 4103689.
HSL color Cylindrical-coordinate representation of color #099E3E: hue angle of 141.34º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099E3E is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 158 | 62 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.38 |
| HSL | 141.34º | 0.89% | 0.33% | - |
| HSV(B) | 141.34º | 0.94% | 0.62% | - |
| XYZ | 13.21 | 24.86 | 8.66 | - |
| YUV | 102.51 | 105.14 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 158 | 62 | 0.94 | 0 | 0.61 | 0.38 | 141.34 | 0.89 | 0.33 |
| Hex | 9 | 9E | 3E | 5E | 0 | 3D | 26 | 8D | 59 | 21 |
| Octal | 11 | 236 | 76 | 136 | 0 | 75 | 46 | 215 | 131 | 41 |
| Binary | 1001 | 10011110 | 111110 | 1011110 | 0 | 111101 | 100110 | 10001101 | 1011001 | 100001 |
Color Harmonies of #099E3E
Complementary color
Monochromatic Colors of #099E3E
Black with #099E3E
Text Example
Text Example
White with #099E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099E3E; }
p { color: rgb(9,158,62); }
H1.HeaderClassName
{
color: #099E3E;
}
.AnyTagClassName
{
color: #099E3E;
}
</style>
background-color css
<style>
a { background-color: #099E3E; }
a { background-color: rgb(9,158,62); }
div.DivClassName
{
background-color: #099E3E;
}
.BgClassName
{
background-color: #099E3E;
}
</style>
border-color css
<style>
span { border-color: #099E3E; }
span { border-color: rgb(9,158,62); }
td.TdClassName
{
border-color: #099E3E;
}
.TagClassName
{
border-color: #099E3E;
}
</style>