Shades of Pigment Green #09BD55
Tints of Pigment Green #09BD55
RGB
CMYK
RGB Variations
Color information
#09BD55 (or 0x09BD55) is known color: Pigment Green. HEX triplet: 09, BD and 55. RGB value is (9,189,85). Sum of RGB (Red+Green+Blue) = 9+189+85=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 189 (74.22% from 255 or 66.78% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 189 - color contains mainly: green. Hex color #09BD55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BD55 is #F642AA. Grayscale: #7B7B7B. Windows color (decimal): -16138923 or 5618953. OLE color: 5618953.
HSL color Cylindrical-coordinate representation of color #09BD55: hue angle of 145.33º 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 #09BD55 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 189 | 85 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.26 |
| HSL | 145.33º | 0.91% | 0.39% | - |
| HSV(B) | 145.33º | 0.95% | 0.74% | - |
| XYZ | 19.95 | 37.11 | 14.71 | - |
| YUV | 123.32 | 106.37 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 85 | 0.95 | 0 | 0.55 | 0.26 | 145.33 | 0.91 | 0.39 |
| Hex | 9 | BD | 55 | 5F | 0 | 37 | 1A | 91 | 5B | 27 |
| Octal | 11 | 275 | 125 | 137 | 0 | 67 | 32 | 221 | 133 | 47 |
| Binary | 1001 | 10111101 | 1010101 | 1011111 | 0 | 110111 | 11010 | 10010001 | 1011011 | 100111 |
Color Harmonies of #09BD55
Complementary color
Monochromatic Colors of #09BD55
Black with #09BD55
Text Example
Text Example
White with #09BD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BD55; }
p { color: rgb(9,189,85); }
H1.HeaderClassName
{
color: #09BD55;
}
.AnyTagClassName
{
color: #09BD55;
}
</style>
background-color css
<style>
a { background-color: #09BD55; }
a { background-color: rgb(9,189,85); }
div.DivClassName
{
background-color: #09BD55;
}
.BgClassName
{
background-color: #09BD55;
}
</style>
border-color css
<style>
span { border-color: #09BD55; }
span { border-color: rgb(9,189,85); }
td.TdClassName
{
border-color: #09BD55;
}
.TagClassName
{
border-color: #09BD55;
}
</style>