Shades of Dark Pastel Green #09BD4E
Tints of Dark Pastel Green #09BD4E
RGB
CMYK
RGB Variations
Color information
#09BD4E (or 0x09BD4E) is known color: Dark Pastel Green. HEX triplet: 09, BD and 4E. RGB value is (9,189,78). Sum of RGB (Red+Green+Blue) = 9+189+78=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 189 (74.22% from 255 or 68.48% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 189 - color contains mainly: green. Hex color #09BD4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BD4E is #F642B1. Grayscale: #7A7A7A. Windows color (decimal): -16138930 or 5160201. OLE color: 5160201.
HSL color Cylindrical-coordinate representation of color #09BD4E: hue angle of 143º 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 #09BD4E is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 189 | 78 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.26 |
| HSL | 143º | 0.91% | 0.39% | - |
| HSV(B) | 143º | 0.95% | 0.74% | - |
| XYZ | 19.69 | 37 | 13.31 | - |
| YUV | 122.53 | 102.87 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 78 | 0.95 | 0 | 0.59 | 0.26 | 143 | 0.91 | 0.39 |
| Hex | 9 | BD | 4E | 5F | 0 | 3B | 1A | 8F | 5B | 27 |
| Octal | 11 | 275 | 116 | 137 | 0 | 73 | 32 | 217 | 133 | 47 |
| Binary | 1001 | 10111101 | 1001110 | 1011111 | 0 | 111011 | 11010 | 10001111 | 1011011 | 100111 |
Color Harmonies of #09BD4E
Complementary color
Monochromatic Colors of #09BD4E
Black with #09BD4E
Text Example
Text Example
White with #09BD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BD4E; }
p { color: rgb(9,189,78); }
H1.HeaderClassName
{
color: #09BD4E;
}
.AnyTagClassName
{
color: #09BD4E;
}
</style>
background-color css
<style>
a { background-color: #09BD4E; }
a { background-color: rgb(9,189,78); }
div.DivClassName
{
background-color: #09BD4E;
}
.BgClassName
{
background-color: #09BD4E;
}
</style>
border-color css
<style>
span { border-color: #09BD4E; }
span { border-color: rgb(9,189,78); }
td.TdClassName
{
border-color: #09BD4E;
}
.TagClassName
{
border-color: #09BD4E;
}
</style>