Shades of Dark Pastel Green #09BD2D
Tints of Dark Pastel Green #09BD2D
RGB
CMYK
RGB Variations
Color information
#09BD2D (or 0x09BD2D) is known color: Dark Pastel Green. HEX triplet: 09, BD and 2D. RGB value is (9,189,45). Sum of RGB (Red+Green+Blue) = 9+189+45=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 189 (74.22% from 255 or 77.78% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 189 - color contains mainly: green. Hex color #09BD2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09BD2D is #F642D2. Grayscale: #777777. Windows color (decimal): -16138963 or 2997513. OLE color: 2997513.
HSL color Cylindrical-coordinate representation of color #09BD2D: hue angle of 132º 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 #09BD2D is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 189 | 45 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.26 |
| HSL | 132º | 0.91% | 0.39% | - |
| HSV(B) | 132º | 0.95% | 0.74% | - |
| XYZ | 18.78 | 36.64 | 8.57 | - |
| YUV | 118.76 | 86.37 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 45 | 0.95 | 0 | 0.76 | 0.26 | 132 | 0.91 | 0.39 |
| Hex | 9 | BD | 2D | 5F | 0 | 4C | 1A | 84 | 5B | 27 |
| Octal | 11 | 275 | 55 | 137 | 0 | 114 | 32 | 204 | 133 | 47 |
| Binary | 1001 | 10111101 | 101101 | 1011111 | 0 | 1001100 | 11010 | 10000100 | 1011011 | 100111 |
Color Harmonies of #09BD2D
Complementary color
Monochromatic Colors of #09BD2D
Black with #09BD2D
Text Example
Text Example
White with #09BD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BD2D; }
p { color: rgb(9,189,45); }
H1.HeaderClassName
{
color: #09BD2D;
}
.AnyTagClassName
{
color: #09BD2D;
}
</style>
background-color css
<style>
a { background-color: #09BD2D; }
a { background-color: rgb(9,189,45); }
div.DivClassName
{
background-color: #09BD2D;
}
.BgClassName
{
background-color: #09BD2D;
}
</style>
border-color css
<style>
span { border-color: #09BD2D; }
span { border-color: rgb(9,189,45); }
td.TdClassName
{
border-color: #09BD2D;
}
.TagClassName
{
border-color: #09BD2D;
}
</style>