Shades of Dark Pastel Green #09BD3C
Tints of Dark Pastel Green #09BD3C
RGB
CMYK
RGB Variations
Color information
#09BD3C (or 0x09BD3C) is known color: Dark Pastel Green. HEX triplet: 09, BD and 3C. RGB value is (9,189,60). Sum of RGB (Red+Green+Blue) = 9+189+60=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 189 (74.22% from 255 or 73.26% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 189 - color contains mainly: green. Hex color #09BD3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09BD3C is #F642C3. Grayscale: #787878. Windows color (decimal): -16138948 or 3980553. OLE color: 3980553.
HSL color Cylindrical-coordinate representation of color #09BD3C: hue angle of 137º 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 #09BD3C is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 189 | 60 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.26 |
| HSL | 137º | 0.91% | 0.39% | - |
| HSV(B) | 137º | 0.95% | 0.74% | - |
| XYZ | 19.13 | 36.78 | 10.37 | - |
| YUV | 120.47 | 93.87 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 60 | 0.95 | 0 | 0.68 | 0.26 | 137 | 0.91 | 0.39 |
| Hex | 9 | BD | 3C | 5F | 0 | 44 | 1A | 89 | 5B | 27 |
| Octal | 11 | 275 | 74 | 137 | 0 | 104 | 32 | 211 | 133 | 47 |
| Binary | 1001 | 10111101 | 111100 | 1011111 | 0 | 1000100 | 11010 | 10001001 | 1011011 | 100111 |
Color Harmonies of #09BD3C
Complementary color
Monochromatic Colors of #09BD3C
Black with #09BD3C
Text Example
Text Example
White with #09BD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BD3C; }
p { color: rgb(9,189,60); }
H1.HeaderClassName
{
color: #09BD3C;
}
.AnyTagClassName
{
color: #09BD3C;
}
</style>
background-color css
<style>
a { background-color: #09BD3C; }
a { background-color: rgb(9,189,60); }
div.DivClassName
{
background-color: #09BD3C;
}
.BgClassName
{
background-color: #09BD3C;
}
</style>
border-color css
<style>
span { border-color: #09BD3C; }
span { border-color: rgb(9,189,60); }
td.TdClassName
{
border-color: #09BD3C;
}
.TagClassName
{
border-color: #09BD3C;
}
</style>