Shades of Dark Pastel Green #09C12D
Tints of Dark Pastel Green #09C12D
RGB
CMYK
RGB Variations
Color information
#09C12D (or 0x09C12D) is known color: Dark Pastel Green. HEX triplet: 09, C1 and 2D. RGB value is (9,193,45). Sum of RGB (Red+Green+Blue) = 9+193+45=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 193 (75.78% from 255 or 78.14% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 193 - color contains mainly: green. Hex color #09C12D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09C12D is #F63ED2. Grayscale: #797979. Windows color (decimal): -16137939 or 2998537. OLE color: 2998537.
HSL color Cylindrical-coordinate representation of color #09C12D: hue angle of 131.74º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C12D is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 193 | 45 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.24 |
| HSL | 131.74º | 0.91% | 0.4% | - |
| HSV(B) | 131.74º | 0.95% | 0.76% | - |
| XYZ | 19.66 | 38.39 | 8.86 | - |
| YUV | 121.11 | 85.04 | 48.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 193 | 45 | 0.95 | 0 | 0.77 | 0.24 | 131.74 | 0.91 | 0.4 |
| Hex | 9 | C1 | 2D | 5F | 0 | 4D | 18 | 84 | 5B | 28 |
| Octal | 11 | 301 | 55 | 137 | 0 | 115 | 30 | 204 | 133 | 50 |
| Binary | 1001 | 11000001 | 101101 | 1011111 | 0 | 1001101 | 11000 | 10000100 | 1011011 | 101000 |
Color Harmonies of #09C12D
Complementary color
Monochromatic Colors of #09C12D
Black with #09C12D
Text Example
Text Example
White with #09C12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C12D; }
p { color: rgb(9,193,45); }
H1.HeaderClassName
{
color: #09C12D;
}
.AnyTagClassName
{
color: #09C12D;
}
</style>
background-color css
<style>
a { background-color: #09C12D; }
a { background-color: rgb(9,193,45); }
div.DivClassName
{
background-color: #09C12D;
}
.BgClassName
{
background-color: #09C12D;
}
</style>
border-color css
<style>
span { border-color: #09C12D; }
span { border-color: rgb(9,193,45); }
td.TdClassName
{
border-color: #09C12D;
}
.TagClassName
{
border-color: #09C12D;
}
</style>