Shades of Pigment Green #09BB5E
Tints of Pigment Green #09BB5E
RGB
CMYK
RGB Variations
Color information
#09BB5E (or 0x09BB5E) is known color: Pigment Green. HEX triplet: 09, BB and 5E. RGB value is (9,187,94). Sum of RGB (Red+Green+Blue) = 9+187+94=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 187 (73.44% from 255 or 64.48% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 187 - color contains mainly: green. Hex color #09BB5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BB5E is #F644A1. Grayscale: #7B7B7B. Windows color (decimal): -16139426 or 6208265. OLE color: 6208265.
HSL color Cylindrical-coordinate representation of color #09BB5E: hue angle of 148.65º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BB5E is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 187 | 94 | - |
| CMYK | 0.95 | 0 | 0.50 | 0.27 |
| HSL | 148.65º | 0.91% | 0.38% | - |
| HSV(B) | 148.65º | 0.95% | 0.73% | - |
| XYZ | 19.9 | 36.41 | 16.57 | - |
| YUV | 123.18 | 111.53 | 46.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 187 | 94 | 0.95 | 0 | 0.50 | 0.27 | 148.65 | 0.91 | 0.38 |
| Hex | 9 | BB | 5E | 5F | 0 | 32 | 1B | 95 | 5B | 26 |
| Octal | 11 | 273 | 136 | 137 | 0 | 62 | 33 | 225 | 133 | 46 |
| Binary | 1001 | 10111011 | 1011110 | 1011111 | 0 | 110010 | 11011 | 10010101 | 1011011 | 100110 |
Color Harmonies of #09BB5E
Complementary color
Monochromatic Colors of #09BB5E
Black with #09BB5E
Text Example
Text Example
White with #09BB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BB5E; }
p { color: rgb(9,187,94); }
H1.HeaderClassName
{
color: #09BB5E;
}
.AnyTagClassName
{
color: #09BB5E;
}
</style>
background-color css
<style>
a { background-color: #09BB5E; }
a { background-color: rgb(9,187,94); }
div.DivClassName
{
background-color: #09BB5E;
}
.BgClassName
{
background-color: #09BB5E;
}
</style>
border-color css
<style>
span { border-color: #09BB5E; }
span { border-color: rgb(9,187,94); }
td.TdClassName
{
border-color: #09BB5E;
}
.TagClassName
{
border-color: #09BB5E;
}
</style>