Shades of Dark Pastel Green #09C054
Tints of Dark Pastel Green #09C054
RGB
CMYK
RGB Variations
Color information
#09C054 (or 0x09C054) is known color: Dark Pastel Green. HEX triplet: 09, C0 and 54. RGB value is (9,192,84). Sum of RGB (Red+Green+Blue) = 9+192+84=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 192 (75.39% from 255 or 67.37% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 192 - color contains mainly: green. Hex color #09C054 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C054 is #F63FAB. Grayscale: #7D7D7D. Windows color (decimal): -16138156 or 5554185. OLE color: 5554185.
HSL color Cylindrical-coordinate representation of color #09C054: hue angle of 144.59º 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 #09C054 is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 192 | 84 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.25 |
| HSL | 144.59º | 0.91% | 0.39% | - |
| HSV(B) | 144.59º | 0.95% | 0.75% | - |
| XYZ | 20.56 | 38.4 | 14.72 | - |
| YUV | 124.97 | 104.87 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 192 | 84 | 0.95 | 0 | 0.56 | 0.25 | 144.59 | 0.91 | 0.39 |
| Hex | 9 | C0 | 54 | 5F | 0 | 38 | 19 | 91 | 5B | 27 |
| Octal | 11 | 300 | 124 | 137 | 0 | 70 | 31 | 221 | 133 | 47 |
| Binary | 1001 | 11000000 | 1010100 | 1011111 | 0 | 111000 | 11001 | 10010001 | 1011011 | 100111 |
Color Harmonies of #09C054
Complementary color
Monochromatic Colors of #09C054
Black with #09C054
Text Example
Text Example
White with #09C054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C054; }
p { color: rgb(9,192,84); }
H1.HeaderClassName
{
color: #09C054;
}
.AnyTagClassName
{
color: #09C054;
}
</style>
background-color css
<style>
a { background-color: #09C054; }
a { background-color: rgb(9,192,84); }
div.DivClassName
{
background-color: #09C054;
}
.BgClassName
{
background-color: #09C054;
}
</style>
border-color css
<style>
span { border-color: #09C054; }
span { border-color: rgb(9,192,84); }
td.TdClassName
{
border-color: #09C054;
}
.TagClassName
{
border-color: #09C054;
}
</style>