Shades of Dark Pastel Green #09B94C
Tints of Dark Pastel Green #09B94C
RGB
CMYK
RGB Variations
Color information
#09B94C (or 0x09B94C) is known color: Dark Pastel Green. HEX triplet: 09, B9 and 4C. RGB value is (9,185,76). Sum of RGB (Red+Green+Blue) = 9+185+76=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 185 (72.66% from 255 or 68.52% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 185 - color contains mainly: green. Hex color #09B94C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09B94C is #F646B3. Grayscale: #787878. Windows color (decimal): -16139956 or 5028105. OLE color: 5028105.
HSL color Cylindrical-coordinate representation of color #09B94C: hue angle of 142.84º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B94C is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 185 | 76 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.27 |
| HSL | 142.84º | 0.91% | 0.38% | - |
| HSV(B) | 142.84º | 0.95% | 0.73% | - |
| XYZ | 18.77 | 35.28 | 12.66 | - |
| YUV | 119.95 | 103.19 | 48.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 185 | 76 | 0.95 | 0 | 0.59 | 0.27 | 142.84 | 0.91 | 0.38 |
| Hex | 9 | B9 | 4C | 5F | 0 | 3B | 1B | 8F | 5B | 26 |
| Octal | 11 | 271 | 114 | 137 | 0 | 73 | 33 | 217 | 133 | 46 |
| Binary | 1001 | 10111001 | 1001100 | 1011111 | 0 | 111011 | 11011 | 10001111 | 1011011 | 100110 |
Color Harmonies of #09B94C
Complementary color
Monochromatic Colors of #09B94C
Black with #09B94C
Text Example
Text Example
White with #09B94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B94C; }
p { color: rgb(9,185,76); }
H1.HeaderClassName
{
color: #09B94C;
}
.AnyTagClassName
{
color: #09B94C;
}
</style>
background-color css
<style>
a { background-color: #09B94C; }
a { background-color: rgb(9,185,76); }
div.DivClassName
{
background-color: #09B94C;
}
.BgClassName
{
background-color: #09B94C;
}
</style>
border-color css
<style>
span { border-color: #09B94C; }
span { border-color: rgb(9,185,76); }
td.TdClassName
{
border-color: #09B94C;
}
.TagClassName
{
border-color: #09B94C;
}
</style>