Shades of Pigment Green #09B155
Tints of Pigment Green #09B155
RGB
CMYK
RGB Variations
Color information
#09B155 (or 0x09B155) is known color: Pigment Green. HEX triplet: 09, B1 and 55. RGB value is (9,177,85). Sum of RGB (Red+Green+Blue) = 9+177+85=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 177 (69.53% from 255 or 65.31% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 177 - color contains mainly: green. Hex color #09B155 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09B155 is #F64EAA. Grayscale: #747474. Windows color (decimal): -16141995 or 5615881. OLE color: 5615881.
HSL color Cylindrical-coordinate representation of color #09B155: hue angle of 147.14º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B155 is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 177 | 85 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.31 |
| HSL | 147.14º | 0.9% | 0.36% | - |
| HSV(B) | 147.14º | 0.95% | 0.69% | - |
| XYZ | 17.47 | 32.16 | 13.88 | - |
| YUV | 116.28 | 110.34 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 177 | 85 | 0.95 | 0 | 0.52 | 0.31 | 147.14 | 0.9 | 0.36 |
| Hex | 9 | B1 | 55 | 5F | 0 | 34 | 1F | 93 | 5A | 24 |
| Octal | 11 | 261 | 125 | 137 | 0 | 64 | 37 | 223 | 132 | 44 |
| Binary | 1001 | 10110001 | 1010101 | 1011111 | 0 | 110100 | 11111 | 10010011 | 1011010 | 100100 |
Color Harmonies of #09B155
Complementary color
Monochromatic Colors of #09B155
Black with #09B155
Text Example
Text Example
White with #09B155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B155; }
p { color: rgb(9,177,85); }
H1.HeaderClassName
{
color: #09B155;
}
.AnyTagClassName
{
color: #09B155;
}
</style>
background-color css
<style>
a { background-color: #09B155; }
a { background-color: rgb(9,177,85); }
div.DivClassName
{
background-color: #09B155;
}
.BgClassName
{
background-color: #09B155;
}
</style>
border-color css
<style>
span { border-color: #09B155; }
span { border-color: rgb(9,177,85); }
td.TdClassName
{
border-color: #09B155;
}
.TagClassName
{
border-color: #09B155;
}
</style>