Shades of Dark Pastel Green #09B130
Tints of Dark Pastel Green #09B130
RGB
CMYK
RGB Variations
Color information
#09B130 (or 0x09B130) is known color: Dark Pastel Green. HEX triplet: 09, B1 and 30. RGB value is (9,177,48). Sum of RGB (Red+Green+Blue) = 9+177+48=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 177 (69.53% from 255 or 75.64% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 177 - color contains mainly: green. Hex color #09B130 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09B130 is #F64ECF. Grayscale: #707070. Windows color (decimal): -16142032 or 3191049. OLE color: 3191049.
HSL color Cylindrical-coordinate representation of color #09B130: hue angle of 133.93º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B130 is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 177 | 48 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.31 |
| HSL | 133.93º | 0.9% | 0.36% | - |
| HSV(B) | 133.93º | 0.95% | 0.69% | - |
| XYZ | 16.37 | 31.72 | 8.06 | - |
| YUV | 112.06 | 91.84 | 54.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 177 | 48 | 0.95 | 0 | 0.73 | 0.31 | 133.93 | 0.9 | 0.36 |
| Hex | 9 | B1 | 30 | 5F | 0 | 49 | 1F | 86 | 5A | 24 |
| Octal | 11 | 261 | 60 | 137 | 0 | 111 | 37 | 206 | 132 | 44 |
| Binary | 1001 | 10110001 | 110000 | 1011111 | 0 | 1001001 | 11111 | 10000110 | 1011010 | 100100 |
Color Harmonies of #09B130
Complementary color
Monochromatic Colors of #09B130
Black with #09B130
Text Example
Text Example
White with #09B130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B130; }
p { color: rgb(9,177,48); }
H1.HeaderClassName
{
color: #09B130;
}
.AnyTagClassName
{
color: #09B130;
}
</style>
background-color css
<style>
a { background-color: #09B130; }
a { background-color: rgb(9,177,48); }
div.DivClassName
{
background-color: #09B130;
}
.BgClassName
{
background-color: #09B130;
}
</style>
border-color css
<style>
span { border-color: #09B130; }
span { border-color: rgb(9,177,48); }
td.TdClassName
{
border-color: #09B130;
}
.TagClassName
{
border-color: #09B130;
}
</style>