Shades of Pigment Green #09B45D
Tints of Pigment Green #09B45D
RGB
CMYK
RGB Variations
Color information
#09B45D (or 0x09B45D) is known color: Pigment Green. HEX triplet: 09, B4 and 5D. RGB value is (9,180,93). Sum of RGB (Red+Green+Blue) = 9+180+93=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 180 (70.70% from 255 or 63.83% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 180 - color contains mainly: green. Hex color #09B45D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09B45D is #F64BA2. Grayscale: #777777. Windows color (decimal): -16141219 or 6140937. OLE color: 6140937.
HSL color Cylindrical-coordinate representation of color #09B45D: hue angle of 149.47º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B45D is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 180 | 93 | - |
| CMYK | 0.95 | 0 | 0.48 | 0.29 |
| HSL | 149.47º | 0.9% | 0.37% | - |
| HSV(B) | 149.47º | 0.95% | 0.71% | - |
| XYZ | 18.41 | 33.49 | 15.85 | - |
| YUV | 118.95 | 113.35 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 180 | 93 | 0.95 | 0 | 0.48 | 0.29 | 149.47 | 0.9 | 0.37 |
| Hex | 9 | B4 | 5D | 5F | 0 | 30 | 1D | 95 | 5A | 25 |
| Octal | 11 | 264 | 135 | 137 | 0 | 60 | 35 | 225 | 132 | 45 |
| Binary | 1001 | 10110100 | 1011101 | 1011111 | 0 | 110000 | 11101 | 10010101 | 1011010 | 100101 |
Color Harmonies of #09B45D
Complementary color
Monochromatic Colors of #09B45D
Black with #09B45D
Text Example
Text Example
White with #09B45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B45D; }
p { color: rgb(9,180,93); }
H1.HeaderClassName
{
color: #09B45D;
}
.AnyTagClassName
{
color: #09B45D;
}
</style>
background-color css
<style>
a { background-color: #09B45D; }
a { background-color: rgb(9,180,93); }
div.DivClassName
{
background-color: #09B45D;
}
.BgClassName
{
background-color: #09B45D;
}
</style>
border-color css
<style>
span { border-color: #09B45D; }
span { border-color: rgb(9,180,93); }
td.TdClassName
{
border-color: #09B45D;
}
.TagClassName
{
border-color: #09B45D;
}
</style>