Shades of Dark Pastel Green #09C524
Tints of Dark Pastel Green #09C524
RGB
CMYK
RGB Variations
Color information
#09C524 (or 0x09C524) is known color: Dark Pastel Green. HEX triplet: 09, C5 and 24. RGB value is (9,197,36). Sum of RGB (Red+Green+Blue) = 9+197+36=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 197 (77.34% from 255 or 81.40% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 197 - color contains mainly: green. Hex color #09C524 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09C524 is #F63ADB. Grayscale: #7A7A7A. Windows color (decimal): -16136924 or 2409737. OLE color: 2409737.
HSL color Cylindrical-coordinate representation of color #09C524: hue angle of 128.62º 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 #09C524 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 9 | 197 | 36 | - |
| CMYK | 0.95 | 0 | 0.82 | 0.23 |
| HSL | 128.62º | 0.91% | 0.4% | - |
| HSV(B) | 128.62º | 0.95% | 0.77% | - |
| XYZ | 20.4 | 40.12 | 8.34 | - |
| YUV | 122.43 | 79.22 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 197 | 36 | 0.95 | 0 | 0.82 | 0.23 | 128.62 | 0.91 | 0.4 |
| Hex | 9 | C5 | 24 | 5F | 0 | 52 | 17 | 81 | 5B | 28 |
| Octal | 11 | 305 | 44 | 137 | 0 | 122 | 27 | 201 | 133 | 50 |
| Binary | 1001 | 11000101 | 100100 | 1011111 | 0 | 1010010 | 10111 | 10000001 | 1011011 | 101000 |
Color Harmonies of #09C524
Complementary color
Monochromatic Colors of #09C524
Black with #09C524
Text Example
Text Example
White with #09C524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C524; }
p { color: rgb(9,197,36); }
H1.HeaderClassName
{
color: #09C524;
}
.AnyTagClassName
{
color: #09C524;
}
</style>
background-color css
<style>
a { background-color: #09C524; }
a { background-color: rgb(9,197,36); }
div.DivClassName
{
background-color: #09C524;
}
.BgClassName
{
background-color: #09C524;
}
</style>
border-color css
<style>
span { border-color: #09C524; }
span { border-color: rgb(9,197,36); }
td.TdClassName
{
border-color: #09C524;
}
.TagClassName
{
border-color: #09C524;
}
</style>