Shades of Dark Pastel Green #09BD2A
Tints of Dark Pastel Green #09BD2A
RGB
CMYK
RGB Variations
Color information
#09BD2A (or 0x09BD2A) is known color: Dark Pastel Green. HEX triplet: 09, BD and 2A. RGB value is (9,189,42). Sum of RGB (Red+Green+Blue) = 9+189+42=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 189 (74.22% from 255 or 78.75% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 189 - color contains mainly: green. Hex color #09BD2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09BD2A is #F642D5. Grayscale: #767676. Windows color (decimal): -16138966 or 2800905. OLE color: 2800905.
HSL color Cylindrical-coordinate representation of color #09BD2A: hue angle of 131º 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 #09BD2A is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 189 | 42 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.26 |
| HSL | 131º | 0.91% | 0.39% | - |
| HSV(B) | 131º | 0.95% | 0.74% | - |
| XYZ | 18.73 | 36.62 | 8.27 | - |
| YUV | 118.42 | 84.87 | 49.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 42 | 0.95 | 0 | 0.78 | 0.26 | 131 | 0.91 | 0.39 |
| Hex | 9 | BD | 2A | 5F | 0 | 4E | 1A | 83 | 5B | 27 |
| Octal | 11 | 275 | 52 | 137 | 0 | 116 | 32 | 203 | 133 | 47 |
| Binary | 1001 | 10111101 | 101010 | 1011111 | 0 | 1001110 | 11010 | 10000011 | 1011011 | 100111 |
Color Harmonies of #09BD2A
Complementary color
Monochromatic Colors of #09BD2A
Black with #09BD2A
Text Example
Text Example
White with #09BD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BD2A; }
p { color: rgb(9,189,42); }
H1.HeaderClassName
{
color: #09BD2A;
}
.AnyTagClassName
{
color: #09BD2A;
}
</style>
background-color css
<style>
a { background-color: #09BD2A; }
a { background-color: rgb(9,189,42); }
div.DivClassName
{
background-color: #09BD2A;
}
.BgClassName
{
background-color: #09BD2A;
}
</style>
border-color css
<style>
span { border-color: #09BD2A; }
span { border-color: rgb(9,189,42); }
td.TdClassName
{
border-color: #09BD2A;
}
.TagClassName
{
border-color: #09BD2A;
}
</style>