Shades of Dark Pastel Green #09BC40
Tints of Dark Pastel Green #09BC40
RGB
CMYK
RGB Variations
Color information
#09BC40 (or 0x09BC40) is known color: Dark Pastel Green. HEX triplet: 09, BC and 40. RGB value is (9,188,64). Sum of RGB (Red+Green+Blue) = 9+188+64=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 188 (73.83% from 255 or 72.03% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09BC40 is #F643BF. Grayscale: #787878. Windows color (decimal): -16139200 or 4242441. OLE color: 4242441.
HSL color Cylindrical-coordinate representation of color #09BC40: hue angle of 138.44º 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 #09BC40 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 188 | 64 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.26 |
| HSL | 138.44º | 0.91% | 0.39% | - |
| HSV(B) | 138.44º | 0.95% | 0.74% | - |
| XYZ | 19.02 | 36.39 | 10.87 | - |
| YUV | 120.34 | 96.2 | 48.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 64 | 0.95 | 0 | 0.66 | 0.26 | 138.44 | 0.91 | 0.39 |
| Hex | 9 | BC | 40 | 5F | 0 | 42 | 1A | 8A | 5B | 27 |
| Octal | 11 | 274 | 100 | 137 | 0 | 102 | 32 | 212 | 133 | 47 |
| Binary | 1001 | 10111100 | 1000000 | 1011111 | 0 | 1000010 | 11010 | 10001010 | 1011011 | 100111 |
Color Harmonies of #09BC40
Complementary color
Monochromatic Colors of #09BC40
Black with #09BC40
Text Example
Text Example
White with #09BC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BC40; }
p { color: rgb(9,188,64); }
H1.HeaderClassName
{
color: #09BC40;
}
.AnyTagClassName
{
color: #09BC40;
}
</style>
background-color css
<style>
a { background-color: #09BC40; }
a { background-color: rgb(9,188,64); }
div.DivClassName
{
background-color: #09BC40;
}
.BgClassName
{
background-color: #09BC40;
}
</style>
border-color css
<style>
span { border-color: #09BC40; }
span { border-color: rgb(9,188,64); }
td.TdClassName
{
border-color: #09BC40;
}
.TagClassName
{
border-color: #09BC40;
}
</style>