Shades of Pigment Green #09BC5E
Tints of Pigment Green #09BC5E
RGB
CMYK
RGB Variations
Color information
#09BC5E (or 0x09BC5E) is known color: Pigment Green. HEX triplet: 09, BC and 5E. RGB value is (9,188,94). Sum of RGB (Red+Green+Blue) = 9+188+94=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 188 (73.83% from 255 or 64.60% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BC5E is #F643A1. Grayscale: #7B7B7B. Windows color (decimal): -16139170 or 6208521. OLE color: 6208521.
HSL color Cylindrical-coordinate representation of color #09BC5E: hue angle of 148.49º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BC5E is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 188 | 94 | - |
| CMYK | 0.95 | 0 | 0.50 | 0.26 |
| HSL | 148.49º | 0.91% | 0.39% | - |
| HSV(B) | 148.49º | 0.95% | 0.74% | - |
| XYZ | 20.12 | 36.83 | 16.64 | - |
| YUV | 123.76 | 111.2 | 46.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 94 | 0.95 | 0 | 0.50 | 0.26 | 148.49 | 0.91 | 0.39 |
| Hex | 9 | BC | 5E | 5F | 0 | 32 | 1A | 94 | 5B | 27 |
| Octal | 11 | 274 | 136 | 137 | 0 | 62 | 32 | 224 | 133 | 47 |
| Binary | 1001 | 10111100 | 1011110 | 1011111 | 0 | 110010 | 11010 | 10010100 | 1011011 | 100111 |
Color Harmonies of #09BC5E
Complementary color
Monochromatic Colors of #09BC5E
Black with #09BC5E
Text Example
Text Example
White with #09BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BC5E; }
p { color: rgb(9,188,94); }
H1.HeaderClassName
{
color: #09BC5E;
}
.AnyTagClassName
{
color: #09BC5E;
}
</style>
background-color css
<style>
a { background-color: #09BC5E; }
a { background-color: rgb(9,188,94); }
div.DivClassName
{
background-color: #09BC5E;
}
.BgClassName
{
background-color: #09BC5E;
}
</style>
border-color css
<style>
span { border-color: #09BC5E; }
span { border-color: rgb(9,188,94); }
td.TdClassName
{
border-color: #09BC5E;
}
.TagClassName
{
border-color: #09BC5E;
}
</style>