Shades of Dark Pastel Green #09B140
Tints of Dark Pastel Green #09B140
RGB
CMYK
RGB Variations
Color information
#09B140 (or 0x09B140) is known color: Dark Pastel Green. HEX triplet: 09, B1 and 40. RGB value is (9,177,64). Sum of RGB (Red+Green+Blue) = 9+177+64=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 177 (69.53% from 255 or 70.8% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 177 - color contains mainly: green. Hex color #09B140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09B140 is #F64EBF. Grayscale: #727272. Windows color (decimal): -16142016 or 4239625. OLE color: 4239625.
HSL color Cylindrical-coordinate representation of color #09B140: hue angle of 139.64º 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 #09B140 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 177 | 64 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.31 |
| HSL | 139.64º | 0.9% | 0.36% | - |
| HSV(B) | 139.64º | 0.95% | 0.69% | - |
| XYZ | 16.76 | 31.87 | 10.12 | - |
| YUV | 113.89 | 99.84 | 53.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 177 | 64 | 0.95 | 0 | 0.64 | 0.31 | 139.64 | 0.9 | 0.36 |
| Hex | 9 | B1 | 40 | 5F | 0 | 40 | 1F | 8C | 5A | 24 |
| Octal | 11 | 261 | 100 | 137 | 0 | 100 | 37 | 214 | 132 | 44 |
| Binary | 1001 | 10110001 | 1000000 | 1011111 | 0 | 1000000 | 11111 | 10001100 | 1011010 | 100100 |
Color Harmonies of #09B140
Complementary color
Monochromatic Colors of #09B140
Black with #09B140
Text Example
Text Example
White with #09B140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B140; }
p { color: rgb(9,177,64); }
H1.HeaderClassName
{
color: #09B140;
}
.AnyTagClassName
{
color: #09B140;
}
</style>
background-color css
<style>
a { background-color: #09B140; }
a { background-color: rgb(9,177,64); }
div.DivClassName
{
background-color: #09B140;
}
.BgClassName
{
background-color: #09B140;
}
</style>
border-color css
<style>
span { border-color: #09B140; }
span { border-color: rgb(9,177,64); }
td.TdClassName
{
border-color: #09B140;
}
.TagClassName
{
border-color: #09B140;
}
</style>