Shades of Pigment Green #09BC55
Tints of Pigment Green #09BC55
RGB
CMYK
RGB Variations
Color information
#09BC55 (or 0x09BC55) is known color: Pigment Green. HEX triplet: 09, BC and 55. RGB value is (9,188,85). Sum of RGB (Red+Green+Blue) = 9+188+85=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 188 (73.83% from 255 or 66.67% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BC55 is #F643AA. Grayscale: #7A7A7A. Windows color (decimal): -16139179 or 5618697. OLE color: 5618697.
HSL color Cylindrical-coordinate representation of color #09BC55: hue angle of 145.47º 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 #09BC55 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 188 | 85 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.26 |
| HSL | 145.47º | 0.91% | 0.39% | - |
| HSV(B) | 145.47º | 0.95% | 0.74% | - |
| XYZ | 19.74 | 36.68 | 14.63 | - |
| YUV | 122.74 | 106.7 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 85 | 0.95 | 0 | 0.55 | 0.26 | 145.47 | 0.91 | 0.39 |
| Hex | 9 | BC | 55 | 5F | 0 | 37 | 1A | 91 | 5B | 27 |
| Octal | 11 | 274 | 125 | 137 | 0 | 67 | 32 | 221 | 133 | 47 |
| Binary | 1001 | 10111100 | 1010101 | 1011111 | 0 | 110111 | 11010 | 10010001 | 1011011 | 100111 |
Color Harmonies of #09BC55
Complementary color
Monochromatic Colors of #09BC55
Black with #09BC55
Text Example
Text Example
White with #09BC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BC55; }
p { color: rgb(9,188,85); }
H1.HeaderClassName
{
color: #09BC55;
}
.AnyTagClassName
{
color: #09BC55;
}
</style>
background-color css
<style>
a { background-color: #09BC55; }
a { background-color: rgb(9,188,85); }
div.DivClassName
{
background-color: #09BC55;
}
.BgClassName
{
background-color: #09BC55;
}
</style>
border-color css
<style>
span { border-color: #09BC55; }
span { border-color: rgb(9,188,85); }
td.TdClassName
{
border-color: #09BC55;
}
.TagClassName
{
border-color: #09BC55;
}
</style>