Shades of Dark Pastel Green #09BC4A
Tints of Dark Pastel Green #09BC4A
RGB
CMYK
RGB Variations
Color information
#09BC4A (or 0x09BC4A) is known color: Dark Pastel Green. HEX triplet: 09, BC and 4A. RGB value is (9,188,74). Sum of RGB (Red+Green+Blue) = 9+188+74=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 188 (73.83% from 255 or 69.37% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09BC4A is #F643B5. Grayscale: #797979. Windows color (decimal): -16139190 or 4897801. OLE color: 4897801.
HSL color Cylindrical-coordinate representation of color #09BC4A: hue angle of 141.79º 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 #09BC4A is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 188 | 74 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.26 |
| HSL | 141.79º | 0.91% | 0.39% | - |
| HSV(B) | 141.79º | 0.95% | 0.74% | - |
| XYZ | 19.33 | 36.52 | 12.51 | - |
| YUV | 121.48 | 101.2 | 47.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 74 | 0.95 | 0 | 0.61 | 0.26 | 141.79 | 0.91 | 0.39 |
| Hex | 9 | BC | 4A | 5F | 0 | 3D | 1A | 8E | 5B | 27 |
| Octal | 11 | 274 | 112 | 137 | 0 | 75 | 32 | 216 | 133 | 47 |
| Binary | 1001 | 10111100 | 1001010 | 1011111 | 0 | 111101 | 11010 | 10001110 | 1011011 | 100111 |
Color Harmonies of #09BC4A
Complementary color
Monochromatic Colors of #09BC4A
Black with #09BC4A
Text Example
Text Example
White with #09BC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BC4A; }
p { color: rgb(9,188,74); }
H1.HeaderClassName
{
color: #09BC4A;
}
.AnyTagClassName
{
color: #09BC4A;
}
</style>
background-color css
<style>
a { background-color: #09BC4A; }
a { background-color: rgb(9,188,74); }
div.DivClassName
{
background-color: #09BC4A;
}
.BgClassName
{
background-color: #09BC4A;
}
</style>
border-color css
<style>
span { border-color: #09BC4A; }
span { border-color: rgb(9,188,74); }
td.TdClassName
{
border-color: #09BC4A;
}
.TagClassName
{
border-color: #09BC4A;
}
</style>