Shades of Dark Pastel Green #09C225
Tints of Dark Pastel Green #09C225
RGB
CMYK
RGB Variations
Color information
#09C225 (or 0x09C225) is known color: Dark Pastel Green. HEX triplet: 09, C2 and 25. RGB value is (9,194,37). Sum of RGB (Red+Green+Blue) = 9+194+37=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 194 (76.17% from 255 or 80.83% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 194 - color contains mainly: green. Hex color #09C225 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09C225 is #F63DDA. Grayscale: #797979. Windows color (decimal): -16137691 or 2474505. OLE color: 2474505.
HSL color Cylindrical-coordinate representation of color #09C225: hue angle of 129.08º 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 #09C225 is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 194 | 37 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.24 |
| HSL | 129.08º | 0.91% | 0.4% | - |
| HSV(B) | 129.08º | 0.95% | 0.76% | - |
| XYZ | 19.74 | 38.78 | 8.19 | - |
| YUV | 120.79 | 80.71 | 48.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 194 | 37 | 0.95 | 0 | 0.81 | 0.24 | 129.08 | 0.91 | 0.4 |
| Hex | 9 | C2 | 25 | 5F | 0 | 51 | 18 | 81 | 5B | 28 |
| Octal | 11 | 302 | 45 | 137 | 0 | 121 | 30 | 201 | 133 | 50 |
| Binary | 1001 | 11000010 | 100101 | 1011111 | 0 | 1010001 | 11000 | 10000001 | 1011011 | 101000 |
Color Harmonies of #09C225
Complementary color
Monochromatic Colors of #09C225
Black with #09C225
Text Example
Text Example
White with #09C225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C225; }
p { color: rgb(9,194,37); }
H1.HeaderClassName
{
color: #09C225;
}
.AnyTagClassName
{
color: #09C225;
}
</style>
background-color css
<style>
a { background-color: #09C225; }
a { background-color: rgb(9,194,37); }
div.DivClassName
{
background-color: #09C225;
}
.BgClassName
{
background-color: #09C225;
}
</style>
border-color css
<style>
span { border-color: #09C225; }
span { border-color: rgb(9,194,37); }
td.TdClassName
{
border-color: #09C225;
}
.TagClassName
{
border-color: #09C225;
}
</style>