Shades of Dark Pastel Green #09C224
Tints of Dark Pastel Green #09C224
RGB
CMYK
RGB Variations
Color information
#09C224 (or 0x09C224) is known color: Dark Pastel Green. HEX triplet: 09, C2 and 24. RGB value is (9,194,36). Sum of RGB (Red+Green+Blue) = 9+194+36=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 194 (76.17% from 255 or 81.17% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 194 - color contains mainly: green. Hex color #09C224 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09C224 is #F63DDB. Grayscale: #797979. Windows color (decimal): -16137692 or 2408969. OLE color: 2408969.
HSL color Cylindrical-coordinate representation of color #09C224: hue angle of 128.76º 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 #09C224 is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 194 | 36 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.24 |
| HSL | 128.76º | 0.91% | 0.4% | - |
| HSV(B) | 128.76º | 0.95% | 0.76% | - |
| XYZ | 19.72 | 38.77 | 8.11 | - |
| YUV | 120.67 | 80.21 | 48.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 194 | 36 | 0.95 | 0 | 0.81 | 0.24 | 128.76 | 0.91 | 0.4 |
| Hex | 9 | C2 | 24 | 5F | 0 | 51 | 18 | 81 | 5B | 28 |
| Octal | 11 | 302 | 44 | 137 | 0 | 121 | 30 | 201 | 133 | 50 |
| Binary | 1001 | 11000010 | 100100 | 1011111 | 0 | 1010001 | 11000 | 10000001 | 1011011 | 101000 |
Color Harmonies of #09C224
Complementary color
Monochromatic Colors of #09C224
Black with #09C224
Text Example
Text Example
White with #09C224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C224; }
p { color: rgb(9,194,36); }
H1.HeaderClassName
{
color: #09C224;
}
.AnyTagClassName
{
color: #09C224;
}
</style>
background-color css
<style>
a { background-color: #09C224; }
a { background-color: rgb(9,194,36); }
div.DivClassName
{
background-color: #09C224;
}
.BgClassName
{
background-color: #09C224;
}
</style>
border-color css
<style>
span { border-color: #09C224; }
span { border-color: rgb(9,194,36); }
td.TdClassName
{
border-color: #09C224;
}
.TagClassName
{
border-color: #09C224;
}
</style>