Shades of Dark Pastel Green #09C34D
Tints of Dark Pastel Green #09C34D
RGB
CMYK
RGB Variations
Color information
#09C34D (or 0x09C34D) is known color: Dark Pastel Green. HEX triplet: 09, C3 and 4D. RGB value is (9,195,77). Sum of RGB (Red+Green+Blue) = 9+195+77=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 195 (76.56% from 255 or 69.40% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 195 - color contains mainly: green. Hex color #09C34D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C34D is #F63CB2. Grayscale: #7E7E7E. Windows color (decimal): -16137395 or 5096201. OLE color: 5096201.
HSL color Cylindrical-coordinate representation of color #09C34D: hue angle of 141.94º 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 #09C34D is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 195 | 77 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.24 |
| HSL | 141.94º | 0.91% | 0.4% | - |
| HSV(B) | 141.94º | 0.95% | 0.76% | - |
| XYZ | 20.97 | 39.62 | 13.56 | - |
| YUV | 125.93 | 100.38 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 195 | 77 | 0.95 | 0 | 0.61 | 0.24 | 141.94 | 0.91 | 0.4 |
| Hex | 9 | C3 | 4D | 5F | 0 | 3D | 18 | 8E | 5B | 28 |
| Octal | 11 | 303 | 115 | 137 | 0 | 75 | 30 | 216 | 133 | 50 |
| Binary | 1001 | 11000011 | 1001101 | 1011111 | 0 | 111101 | 11000 | 10001110 | 1011011 | 101000 |
Color Harmonies of #09C34D
Complementary color
Monochromatic Colors of #09C34D
Black with #09C34D
Text Example
Text Example
White with #09C34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C34D; }
p { color: rgb(9,195,77); }
H1.HeaderClassName
{
color: #09C34D;
}
.AnyTagClassName
{
color: #09C34D;
}
</style>
background-color css
<style>
a { background-color: #09C34D; }
a { background-color: rgb(9,195,77); }
div.DivClassName
{
background-color: #09C34D;
}
.BgClassName
{
background-color: #09C34D;
}
</style>
border-color css
<style>
span { border-color: #09C34D; }
span { border-color: rgb(9,195,77); }
td.TdClassName
{
border-color: #09C34D;
}
.TagClassName
{
border-color: #09C34D;
}
</style>