Shades of Pigment Green #09BD5C
Tints of Pigment Green #09BD5C
RGB
CMYK
RGB Variations
Color information
#09BD5C (or 0x09BD5C) is known color: Pigment Green. HEX triplet: 09, BD and 5C. RGB value is (9,189,92). Sum of RGB (Red+Green+Blue) = 9+189+92=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 189 (74.22% from 255 or 65.17% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 189 - color contains mainly: green. Hex color #09BD5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BD5C is #F642A3. Grayscale: #7C7C7C. Windows color (decimal): -16138916 or 6077705. OLE color: 6077705.
HSL color Cylindrical-coordinate representation of color #09BD5C: hue angle of 147.67º 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 #09BD5C is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 189 | 92 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.26 |
| HSL | 147.67º | 0.91% | 0.39% | - |
| HSV(B) | 147.67º | 0.95% | 0.74% | - |
| XYZ | 20.24 | 37.23 | 16.24 | - |
| YUV | 124.12 | 109.87 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 92 | 0.95 | 0 | 0.51 | 0.26 | 147.67 | 0.91 | 0.39 |
| Hex | 9 | BD | 5C | 5F | 0 | 33 | 1A | 94 | 5B | 27 |
| Octal | 11 | 275 | 134 | 137 | 0 | 63 | 32 | 224 | 133 | 47 |
| Binary | 1001 | 10111101 | 1011100 | 1011111 | 0 | 110011 | 11010 | 10010100 | 1011011 | 100111 |
Color Harmonies of #09BD5C
Complementary color
Monochromatic Colors of #09BD5C
Black with #09BD5C
Text Example
Text Example
White with #09BD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BD5C; }
p { color: rgb(9,189,92); }
H1.HeaderClassName
{
color: #09BD5C;
}
.AnyTagClassName
{
color: #09BD5C;
}
</style>
background-color css
<style>
a { background-color: #09BD5C; }
a { background-color: rgb(9,189,92); }
div.DivClassName
{
background-color: #09BD5C;
}
.BgClassName
{
background-color: #09BD5C;
}
</style>
border-color css
<style>
span { border-color: #09BD5C; }
span { border-color: rgb(9,189,92); }
td.TdClassName
{
border-color: #09BD5C;
}
.TagClassName
{
border-color: #09BD5C;
}
</style>