Shades of Dark Pastel Green #09C02C
Tints of Dark Pastel Green #09C02C
RGB
CMYK
RGB Variations
Color information
#09C02C (or 0x09C02C) is known color: Dark Pastel Green. HEX triplet: 09, C0 and 2C. RGB value is (9,192,44). Sum of RGB (Red+Green+Blue) = 9+192+44=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 192 (75.39% from 255 or 78.37% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 192 - color contains mainly: green. Hex color #09C02C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09C02C is #F63FD3. Grayscale: #787878. Windows color (decimal): -16138196 or 2932745. OLE color: 2932745.
HSL color Cylindrical-coordinate representation of color #09C02C: hue angle of 131.48º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C02C is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 192 | 44 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.25 |
| HSL | 131.48º | 0.91% | 0.39% | - |
| HSV(B) | 131.48º | 0.95% | 0.75% | - |
| XYZ | 19.42 | 37.94 | 8.68 | - |
| YUV | 120.41 | 84.87 | 48.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 192 | 44 | 0.95 | 0 | 0.77 | 0.25 | 131.48 | 0.91 | 0.39 |
| Hex | 9 | C0 | 2C | 5F | 0 | 4D | 19 | 83 | 5B | 27 |
| Octal | 11 | 300 | 54 | 137 | 0 | 115 | 31 | 203 | 133 | 47 |
| Binary | 1001 | 11000000 | 101100 | 1011111 | 0 | 1001101 | 11001 | 10000011 | 1011011 | 100111 |
Color Harmonies of #09C02C
Complementary color
Monochromatic Colors of #09C02C
Black with #09C02C
Text Example
Text Example
White with #09C02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C02C; }
p { color: rgb(9,192,44); }
H1.HeaderClassName
{
color: #09C02C;
}
.AnyTagClassName
{
color: #09C02C;
}
</style>
background-color css
<style>
a { background-color: #09C02C; }
a { background-color: rgb(9,192,44); }
div.DivClassName
{
background-color: #09C02C;
}
.BgClassName
{
background-color: #09C02C;
}
</style>
border-color css
<style>
span { border-color: #09C02C; }
span { border-color: rgb(9,192,44); }
td.TdClassName
{
border-color: #09C02C;
}
.TagClassName
{
border-color: #09C02C;
}
</style>