Shades of Dark Pastel Green #09C415
Tints of Dark Pastel Green #09C415
RGB
CMYK
RGB Variations
Color information
#09C415 (or 0x09C415) is known color: Dark Pastel Green. HEX triplet: 09, C4 and 15. RGB value is (9,196,21). Sum of RGB (Red+Green+Blue) = 9+196+21=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 196 (76.95% from 255 or 86.73% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 196 - color contains mainly: green. Hex color #09C415 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09C415 is #F63BEA. Grayscale: #787878. Windows color (decimal): -16137195 or 1426441. OLE color: 1426441.
HSL color Cylindrical-coordinate representation of color #09C415: hue angle of 123.85º 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 #09C415 is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 9 | 196 | 21 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.23 |
| HSL | 123.85º | 0.91% | 0.4% | - |
| HSV(B) | 123.85º | 0.95% | 0.77% | - |
| XYZ | 19.99 | 39.59 | 7.3 | - |
| YUV | 120.14 | 72.05 | 48.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 196 | 21 | 0.95 | 0 | 0.89 | 0.23 | 123.85 | 0.91 | 0.4 |
| Hex | 9 | C4 | 15 | 5F | 0 | 59 | 17 | 7C | 5B | 28 |
| Octal | 11 | 304 | 25 | 137 | 0 | 131 | 27 | 174 | 133 | 50 |
| Binary | 1001 | 11000100 | 10101 | 1011111 | 0 | 1011001 | 10111 | 1111100 | 1011011 | 101000 |
Color Harmonies of #09C415
Complementary color
Monochromatic Colors of #09C415
Black with #09C415
Text Example
Text Example
White with #09C415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C415; }
p { color: rgb(9,196,21); }
H1.HeaderClassName
{
color: #09C415;
}
.AnyTagClassName
{
color: #09C415;
}
</style>
background-color css
<style>
a { background-color: #09C415; }
a { background-color: rgb(9,196,21); }
div.DivClassName
{
background-color: #09C415;
}
.BgClassName
{
background-color: #09C415;
}
</style>
border-color css
<style>
span { border-color: #09C415; }
span { border-color: rgb(9,196,21); }
td.TdClassName
{
border-color: #09C415;
}
.TagClassName
{
border-color: #09C415;
}
</style>