Shades of Dark Pastel Green #09C222
Tints of Dark Pastel Green #09C222
RGB
CMYK
RGB Variations
Color information
#09C222 (or 0x09C222) is known color: Dark Pastel Green. HEX triplet: 09, C2 and 22. RGB value is (9,194,34). Sum of RGB (Red+Green+Blue) = 9+194+34=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 194 (76.17% from 255 or 81.86% from 237); Blue value is 34 (13.67% from 255 or 14.35% from 237); Max value from RGB is 194 - color contains mainly: green. Hex color #09C222 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09C222 is #F63DDD. Grayscale: #787878. Windows color (decimal): -16137694 or 2277897. OLE color: 2277897.
HSL color Cylindrical-coordinate representation of color #09C222: hue angle of 128.11º 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 #09C222 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 194 | 34 | - |
| CMYK | 0.95 | 0 | 0.82 | 0.24 |
| HSL | 128.11º | 0.91% | 0.4% | - |
| HSV(B) | 128.11º | 0.95% | 0.76% | - |
| XYZ | 19.69 | 38.76 | 7.96 | - |
| YUV | 120.45 | 79.21 | 48.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 194 | 34 | 0.95 | 0 | 0.82 | 0.24 | 128.11 | 0.91 | 0.4 |
| Hex | 9 | C2 | 22 | 5F | 0 | 52 | 18 | 80 | 5B | 28 |
| Octal | 11 | 302 | 42 | 137 | 0 | 122 | 30 | 200 | 133 | 50 |
| Binary | 1001 | 11000010 | 100010 | 1011111 | 0 | 1010010 | 11000 | 10000000 | 1011011 | 101000 |
Color Harmonies of #09C222
Complementary color
Monochromatic Colors of #09C222
Black with #09C222
Text Example
Text Example
White with #09C222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C222; }
p { color: rgb(9,194,34); }
H1.HeaderClassName
{
color: #09C222;
}
.AnyTagClassName
{
color: #09C222;
}
</style>
background-color css
<style>
a { background-color: #09C222; }
a { background-color: rgb(9,194,34); }
div.DivClassName
{
background-color: #09C222;
}
.BgClassName
{
background-color: #09C222;
}
</style>
border-color css
<style>
span { border-color: #09C222; }
span { border-color: rgb(9,194,34); }
td.TdClassName
{
border-color: #09C222;
}
.TagClassName
{
border-color: #09C222;
}
</style>