Shades of Dark Pastel Green #09C148
Tints of Dark Pastel Green #09C148
RGB
CMYK
RGB Variations
Color information
#09C148 (or 0x09C148) is known color: Dark Pastel Green. HEX triplet: 09, C1 and 48. RGB value is (9,193,72). Sum of RGB (Red+Green+Blue) = 9+193+72=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 193 (75.78% from 255 or 70.44% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 193 - color contains mainly: green. Hex color #09C148 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09C148 is #F63EB7. Grayscale: #7C7C7C. Windows color (decimal): -16137912 or 4768009. OLE color: 4768009.
HSL color Cylindrical-coordinate representation of color #09C148: hue angle of 140.54º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C148 is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 193 | 72 | - |
| CMYK | 0.95 | 0 | 0.63 | 0.24 |
| HSL | 140.54º | 0.91% | 0.4% | - |
| HSV(B) | 140.54º | 0.95% | 0.76% | - |
| XYZ | 20.35 | 38.67 | 12.52 | - |
| YUV | 124.19 | 98.54 | 45.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 193 | 72 | 0.95 | 0 | 0.63 | 0.24 | 140.54 | 0.91 | 0.4 |
| Hex | 9 | C1 | 48 | 5F | 0 | 3F | 18 | 8D | 5B | 28 |
| Octal | 11 | 301 | 110 | 137 | 0 | 77 | 30 | 215 | 133 | 50 |
| Binary | 1001 | 11000001 | 1001000 | 1011111 | 0 | 111111 | 11000 | 10001101 | 1011011 | 101000 |
Color Harmonies of #09C148
Complementary color
Monochromatic Colors of #09C148
Black with #09C148
Text Example
Text Example
White with #09C148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C148; }
p { color: rgb(9,193,72); }
H1.HeaderClassName
{
color: #09C148;
}
.AnyTagClassName
{
color: #09C148;
}
</style>
background-color css
<style>
a { background-color: #09C148; }
a { background-color: rgb(9,193,72); }
div.DivClassName
{
background-color: #09C148;
}
.BgClassName
{
background-color: #09C148;
}
</style>
border-color css
<style>
span { border-color: #09C148; }
span { border-color: rgb(9,193,72); }
td.TdClassName
{
border-color: #09C148;
}
.TagClassName
{
border-color: #09C148;
}
</style>