Shades of Dark Pastel Green #09C24A
Tints of Dark Pastel Green #09C24A
RGB
CMYK
RGB Variations
Color information
#09C24A (or 0x09C24A) is known color: Dark Pastel Green. HEX triplet: 09, C2 and 4A. RGB value is (9,194,74). Sum of RGB (Red+Green+Blue) = 9+194+74=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 194 (76.17% from 255 or 70.04% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 194 - color contains mainly: green. Hex color #09C24A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09C24A is #F63DB5. Grayscale: #7D7D7D. Windows color (decimal): -16137654 or 4899337. OLE color: 4899337.
HSL color Cylindrical-coordinate representation of color #09C24A: hue angle of 141.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 #09C24A is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 194 | 74 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.24 |
| HSL | 141.08º | 0.91% | 0.4% | - |
| HSV(B) | 141.08º | 0.95% | 0.76% | - |
| XYZ | 20.64 | 39.14 | 12.94 | - |
| YUV | 125.01 | 99.21 | 45.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 194 | 74 | 0.95 | 0 | 0.62 | 0.24 | 141.08 | 0.91 | 0.4 |
| Hex | 9 | C2 | 4A | 5F | 0 | 3E | 18 | 8D | 5B | 28 |
| Octal | 11 | 302 | 112 | 137 | 0 | 76 | 30 | 215 | 133 | 50 |
| Binary | 1001 | 11000010 | 1001010 | 1011111 | 0 | 111110 | 11000 | 10001101 | 1011011 | 101000 |
Color Harmonies of #09C24A
Complementary color
Monochromatic Colors of #09C24A
Black with #09C24A
Text Example
Text Example
White with #09C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C24A; }
p { color: rgb(9,194,74); }
H1.HeaderClassName
{
color: #09C24A;
}
.AnyTagClassName
{
color: #09C24A;
}
</style>
background-color css
<style>
a { background-color: #09C24A; }
a { background-color: rgb(9,194,74); }
div.DivClassName
{
background-color: #09C24A;
}
.BgClassName
{
background-color: #09C24A;
}
</style>
border-color css
<style>
span { border-color: #09C24A; }
span { border-color: rgb(9,194,74); }
td.TdClassName
{
border-color: #09C24A;
}
.TagClassName
{
border-color: #09C24A;
}
</style>