Shades of Pigment Green #09BC5A
Tints of Pigment Green #09BC5A
RGB
CMYK
RGB Variations
Color information
#09BC5A (or 0x09BC5A) is known color: Pigment Green. HEX triplet: 09, BC and 5A. RGB value is (9,188,90). Sum of RGB (Red+Green+Blue) = 9+188+90=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 188 (73.83% from 255 or 65.51% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BC5A is #F643A5. Grayscale: #7B7B7B. Windows color (decimal): -16139174 or 5946377. OLE color: 5946377.
HSL color Cylindrical-coordinate representation of color #09BC5A: hue angle of 147.15º 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 #09BC5A is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 188 | 90 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.26 |
| HSL | 147.15º | 0.91% | 0.39% | - |
| HSV(B) | 147.15º | 0.95% | 0.74% | - |
| XYZ | 19.94 | 36.76 | 15.72 | - |
| YUV | 123.31 | 109.2 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 90 | 0.95 | 0 | 0.52 | 0.26 | 147.15 | 0.91 | 0.39 |
| Hex | 9 | BC | 5A | 5F | 0 | 34 | 1A | 93 | 5B | 27 |
| Octal | 11 | 274 | 132 | 137 | 0 | 64 | 32 | 223 | 133 | 47 |
| Binary | 1001 | 10111100 | 1011010 | 1011111 | 0 | 110100 | 11010 | 10010011 | 1011011 | 100111 |
Color Harmonies of #09BC5A
Complementary color
Monochromatic Colors of #09BC5A
Black with #09BC5A
Text Example
Text Example
White with #09BC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BC5A; }
p { color: rgb(9,188,90); }
H1.HeaderClassName
{
color: #09BC5A;
}
.AnyTagClassName
{
color: #09BC5A;
}
</style>
background-color css
<style>
a { background-color: #09BC5A; }
a { background-color: rgb(9,188,90); }
div.DivClassName
{
background-color: #09BC5A;
}
.BgClassName
{
background-color: #09BC5A;
}
</style>
border-color css
<style>
span { border-color: #09BC5A; }
span { border-color: rgb(9,188,90); }
td.TdClassName
{
border-color: #09BC5A;
}
.TagClassName
{
border-color: #09BC5A;
}
</style>