Shades of Dark Pastel Green #09C52C
Tints of Dark Pastel Green #09C52C
RGB
CMYK
RGB Variations
Color information
#09C52C (or 0x09C52C) is known color: Dark Pastel Green. HEX triplet: 09, C5 and 2C. RGB value is (9,197,44). Sum of RGB (Red+Green+Blue) = 9+197+44=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 197 (77.34% from 255 or 78.8% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 197 - color contains mainly: green. Hex color #09C52C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09C52C is #F63AD3. Grayscale: #7B7B7B. Windows color (decimal): -16136916 or 2934025. OLE color: 2934025.
HSL color Cylindrical-coordinate representation of color #09C52C: hue angle of 131.17º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C52C is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 9 | 197 | 44 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.23 |
| HSL | 131.17º | 0.91% | 0.4% | - |
| HSV(B) | 131.17º | 0.95% | 0.77% | - |
| XYZ | 20.53 | 40.17 | 9.05 | - |
| YUV | 123.35 | 83.22 | 46.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 197 | 44 | 0.95 | 0 | 0.78 | 0.23 | 131.17 | 0.91 | 0.4 |
| Hex | 9 | C5 | 2C | 5F | 0 | 4E | 17 | 83 | 5B | 28 |
| Octal | 11 | 305 | 54 | 137 | 0 | 116 | 27 | 203 | 133 | 50 |
| Binary | 1001 | 11000101 | 101100 | 1011111 | 0 | 1001110 | 10111 | 10000011 | 1011011 | 101000 |
Color Harmonies of #09C52C
Complementary color
Monochromatic Colors of #09C52C
Black with #09C52C
Text Example
Text Example
White with #09C52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C52C; }
p { color: rgb(9,197,44); }
H1.HeaderClassName
{
color: #09C52C;
}
.AnyTagClassName
{
color: #09C52C;
}
</style>
background-color css
<style>
a { background-color: #09C52C; }
a { background-color: rgb(9,197,44); }
div.DivClassName
{
background-color: #09C52C;
}
.BgClassName
{
background-color: #09C52C;
}
</style>
border-color css
<style>
span { border-color: #09C52C; }
span { border-color: rgb(9,197,44); }
td.TdClassName
{
border-color: #09C52C;
}
.TagClassName
{
border-color: #09C52C;
}
</style>