Shades of Dark Pastel Green #09C948
Tints of Dark Pastel Green #09C948
RGB
CMYK
RGB Variations
Color information
#09C948 (or 0x09C948) is known color: Dark Pastel Green. HEX triplet: 09, C9 and 48. RGB value is (9,201,72). Sum of RGB (Red+Green+Blue) = 9+201+72=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 201 (78.91% from 255 or 71.28% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 201 - color contains mainly: green. Hex color #09C948 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09C948 is #F636B7. Grayscale: #818181. Windows color (decimal): -16135864 or 4770057. OLE color: 4770057.
HSL color Cylindrical-coordinate representation of color #09C948: hue angle of 139.69º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09C948 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 201 | 72 | - |
| CMYK | 0.96 | 0 | 0.64 | 0.21 |
| HSL | 139.69º | 0.91% | 0.41% | - |
| HSV(B) | 139.69º | 0.96% | 0.79% | - |
| XYZ | 22.17 | 42.3 | 13.13 | - |
| YUV | 128.89 | 95.89 | 42.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 201 | 72 | 0.96 | 0 | 0.64 | 0.21 | 139.69 | 0.91 | 0.41 |
| Hex | 9 | C9 | 48 | 60 | 0 | 40 | 15 | 8C | 5B | 29 |
| Octal | 11 | 311 | 110 | 140 | 0 | 100 | 25 | 214 | 133 | 51 |
| Binary | 1001 | 11001001 | 1001000 | 1100000 | 0 | 1000000 | 10101 | 10001100 | 1011011 | 101001 |
Color Harmonies of #09C948
Complementary color
Monochromatic Colors of #09C948
Black with #09C948
Text Example
Text Example
White with #09C948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C948; }
p { color: rgb(9,201,72); }
H1.HeaderClassName
{
color: #09C948;
}
.AnyTagClassName
{
color: #09C948;
}
</style>
background-color css
<style>
a { background-color: #09C948; }
a { background-color: rgb(9,201,72); }
div.DivClassName
{
background-color: #09C948;
}
.BgClassName
{
background-color: #09C948;
}
</style>
border-color css
<style>
span { border-color: #09C948; }
span { border-color: rgb(9,201,72); }
td.TdClassName
{
border-color: #09C948;
}
.TagClassName
{
border-color: #09C948;
}
</style>