Shades of Pigment Green #09BA58
Tints of Pigment Green #09BA58
RGB
CMYK
RGB Variations
Color information
#09BA58 (or 0x09BA58) is known color: Pigment Green. HEX triplet: 09, BA and 58. RGB value is (9,186,88). Sum of RGB (Red+Green+Blue) = 9+186+88=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 186 (73.05% from 255 or 65.72% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BA58 is #F645A7. Grayscale: #7A7A7A. Windows color (decimal): -16139688 or 5814793. OLE color: 5814793.
HSL color Cylindrical-coordinate representation of color #09BA58: hue angle of 146.78º 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 #09BA58 is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 186 | 88 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.27 |
| HSL | 146.78º | 0.91% | 0.38% | - |
| HSV(B) | 146.78º | 0.95% | 0.73% | - |
| XYZ | 19.43 | 35.88 | 15.13 | - |
| YUV | 121.91 | 108.86 | 47.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 88 | 0.95 | 0 | 0.53 | 0.27 | 146.78 | 0.91 | 0.38 |
| Hex | 9 | BA | 58 | 5F | 0 | 35 | 1B | 93 | 5B | 26 |
| Octal | 11 | 272 | 130 | 137 | 0 | 65 | 33 | 223 | 133 | 46 |
| Binary | 1001 | 10111010 | 1011000 | 1011111 | 0 | 110101 | 11011 | 10010011 | 1011011 | 100110 |
Color Harmonies of #09BA58
Complementary color
Monochromatic Colors of #09BA58
Black with #09BA58
Text Example
Text Example
White with #09BA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BA58; }
p { color: rgb(9,186,88); }
H1.HeaderClassName
{
color: #09BA58;
}
.AnyTagClassName
{
color: #09BA58;
}
</style>
background-color css
<style>
a { background-color: #09BA58; }
a { background-color: rgb(9,186,88); }
div.DivClassName
{
background-color: #09BA58;
}
.BgClassName
{
background-color: #09BA58;
}
</style>
border-color css
<style>
span { border-color: #09BA58; }
span { border-color: rgb(9,186,88); }
td.TdClassName
{
border-color: #09BA58;
}
.TagClassName
{
border-color: #09BA58;
}
</style>