Shades of Dark Pastel Green #09C152
Tints of Dark Pastel Green #09C152
RGB
CMYK
RGB Variations
Color information
#09C152 (or 0x09C152) is known color: Dark Pastel Green. HEX triplet: 09, C1 and 52. RGB value is (9,193,82). Sum of RGB (Red+Green+Blue) = 9+193+82=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 193 (75.78% from 255 or 67.96% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 193 - color contains mainly: green. Hex color #09C152 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C152 is #F63EAD. Grayscale: #7D7D7D. Windows color (decimal): -16137902 or 5423369. OLE color: 5423369.
HSL color Cylindrical-coordinate representation of color #09C152: hue angle of 143.8º 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 #09C152 is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 193 | 82 | - |
| CMYK | 0.95 | 0 | 0.58 | 0.24 |
| HSL | 143.8º | 0.91% | 0.4% | - |
| HSV(B) | 143.8º | 0.95% | 0.76% | - |
| XYZ | 20.71 | 38.81 | 14.38 | - |
| YUV | 125.33 | 103.54 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 193 | 82 | 0.95 | 0 | 0.58 | 0.24 | 143.8 | 0.91 | 0.4 |
| Hex | 9 | C1 | 52 | 5F | 0 | 3A | 18 | 90 | 5B | 28 |
| Octal | 11 | 301 | 122 | 137 | 0 | 72 | 30 | 220 | 133 | 50 |
| Binary | 1001 | 11000001 | 1010010 | 1011111 | 0 | 111010 | 11000 | 10010000 | 1011011 | 101000 |
Color Harmonies of #09C152
Complementary color
Monochromatic Colors of #09C152
Black with #09C152
Text Example
Text Example
White with #09C152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C152; }
p { color: rgb(9,193,82); }
H1.HeaderClassName
{
color: #09C152;
}
.AnyTagClassName
{
color: #09C152;
}
</style>
background-color css
<style>
a { background-color: #09C152; }
a { background-color: rgb(9,193,82); }
div.DivClassName
{
background-color: #09C152;
}
.BgClassName
{
background-color: #09C152;
}
</style>
border-color css
<style>
span { border-color: #09C152; }
span { border-color: rgb(9,193,82); }
td.TdClassName
{
border-color: #09C152;
}
.TagClassName
{
border-color: #09C152;
}
</style>