Shades of Pigment Green #09B45A
Tints of Pigment Green #09B45A
RGB
CMYK
RGB Variations
Color information
#09B45A (or 0x09B45A) is known color: Pigment Green. HEX triplet: 09, B4 and 5A. RGB value is (9,180,90). Sum of RGB (Red+Green+Blue) = 9+180+90=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 180 (70.70% from 255 or 64.52% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 180 - color contains mainly: green. Hex color #09B45A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09B45A is #F64BA5. Grayscale: #767676. Windows color (decimal): -16141222 or 5944329. OLE color: 5944329.
HSL color Cylindrical-coordinate representation of color #09B45A: hue angle of 148.42º 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 #09B45A is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 180 | 90 | - |
| CMYK | 0.95 | 0 | 0.50 | 0.29 |
| HSL | 148.42º | 0.9% | 0.37% | - |
| HSV(B) | 148.42º | 0.95% | 0.71% | - |
| XYZ | 18.28 | 33.44 | 15.16 | - |
| YUV | 118.61 | 111.85 | 49.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 180 | 90 | 0.95 | 0 | 0.50 | 0.29 | 148.42 | 0.9 | 0.37 |
| Hex | 9 | B4 | 5A | 5F | 0 | 32 | 1D | 94 | 5A | 25 |
| Octal | 11 | 264 | 132 | 137 | 0 | 62 | 35 | 224 | 132 | 45 |
| Binary | 1001 | 10110100 | 1011010 | 1011111 | 0 | 110010 | 11101 | 10010100 | 1011010 | 100101 |
Color Harmonies of #09B45A
Complementary color
Monochromatic Colors of #09B45A
Black with #09B45A
Text Example
Text Example
White with #09B45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B45A; }
p { color: rgb(9,180,90); }
H1.HeaderClassName
{
color: #09B45A;
}
.AnyTagClassName
{
color: #09B45A;
}
</style>
background-color css
<style>
a { background-color: #09B45A; }
a { background-color: rgb(9,180,90); }
div.DivClassName
{
background-color: #09B45A;
}
.BgClassName
{
background-color: #09B45A;
}
</style>
border-color css
<style>
span { border-color: #09B45A; }
span { border-color: rgb(9,180,90); }
td.TdClassName
{
border-color: #09B45A;
}
.TagClassName
{
border-color: #09B45A;
}
</style>