Shades of Pigment Green #09BA5B
Tints of Pigment Green #09BA5B
RGB
CMYK
RGB Variations
Color information
#09BA5B (or 0x09BA5B) is known color: Pigment Green. HEX triplet: 09, BA and 5B. RGB value is (9,186,91). Sum of RGB (Red+Green+Blue) = 9+186+91=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 186 (73.05% from 255 or 65.03% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BA5B is #F645A4. Grayscale: #7A7A7A. Windows color (decimal): -16139685 or 6011401. OLE color: 6011401.
HSL color Cylindrical-coordinate representation of color #09BA5B: hue angle of 147.8º 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 #09BA5B is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 186 | 91 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.27 |
| HSL | 147.8º | 0.91% | 0.38% | - |
| HSV(B) | 147.8º | 0.95% | 0.73% | - |
| XYZ | 19.56 | 35.93 | 15.8 | - |
| YUV | 122.25 | 110.36 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 91 | 0.95 | 0 | 0.51 | 0.27 | 147.8 | 0.91 | 0.38 |
| Hex | 9 | BA | 5B | 5F | 0 | 33 | 1B | 94 | 5B | 26 |
| Octal | 11 | 272 | 133 | 137 | 0 | 63 | 33 | 224 | 133 | 46 |
| Binary | 1001 | 10111010 | 1011011 | 1011111 | 0 | 110011 | 11011 | 10010100 | 1011011 | 100110 |
Color Harmonies of #09BA5B
Complementary color
Monochromatic Colors of #09BA5B
Black with #09BA5B
Text Example
Text Example
White with #09BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BA5B; }
p { color: rgb(9,186,91); }
H1.HeaderClassName
{
color: #09BA5B;
}
.AnyTagClassName
{
color: #09BA5B;
}
</style>
background-color css
<style>
a { background-color: #09BA5B; }
a { background-color: rgb(9,186,91); }
div.DivClassName
{
background-color: #09BA5B;
}
.BgClassName
{
background-color: #09BA5B;
}
</style>
border-color css
<style>
span { border-color: #09BA5B; }
span { border-color: rgb(9,186,91); }
td.TdClassName
{
border-color: #09BA5B;
}
.TagClassName
{
border-color: #09BA5B;
}
</style>