Shades of Dark Pastel Green #09BC20
Tints of Dark Pastel Green #09BC20
RGB
CMYK
RGB Variations
Color information
#09BC20 (or 0x09BC20) is known color: Dark Pastel Green. HEX triplet: 09, BC and 20. RGB value is (9,188,32). Sum of RGB (Red+Green+Blue) = 9+188+32=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 188 (73.83% from 255 or 82.10% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09BC20 is #F643DF. Grayscale: #757575. Windows color (decimal): -16139232 or 2145289. OLE color: 2145289.
HSL color Cylindrical-coordinate representation of color #09BC20: hue angle of 127.71º 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 #09BC20 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 188 | 32 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.26 |
| HSL | 127.71º | 0.91% | 0.39% | - |
| HSV(B) | 127.71º | 0.95% | 0.74% | - |
| XYZ | 18.36 | 36.13 | 7.37 | - |
| YUV | 116.7 | 80.2 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 32 | 0.95 | 0 | 0.83 | 0.26 | 127.71 | 0.91 | 0.39 |
| Hex | 9 | BC | 20 | 5F | 0 | 53 | 1A | 80 | 5B | 27 |
| Octal | 11 | 274 | 40 | 137 | 0 | 123 | 32 | 200 | 133 | 47 |
| Binary | 1001 | 10111100 | 100000 | 1011111 | 0 | 1010011 | 11010 | 10000000 | 1011011 | 100111 |
Color Harmonies of #09BC20
Complementary color
Monochromatic Colors of #09BC20
Black with #09BC20
Text Example
Text Example
White with #09BC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BC20; }
p { color: rgb(9,188,32); }
H1.HeaderClassName
{
color: #09BC20;
}
.AnyTagClassName
{
color: #09BC20;
}
</style>
background-color css
<style>
a { background-color: #09BC20; }
a { background-color: rgb(9,188,32); }
div.DivClassName
{
background-color: #09BC20;
}
.BgClassName
{
background-color: #09BC20;
}
</style>
border-color css
<style>
span { border-color: #09BC20; }
span { border-color: rgb(9,188,32); }
td.TdClassName
{
border-color: #09BC20;
}
.TagClassName
{
border-color: #09BC20;
}
</style>