Shades of Dark Pastel Green #09C11F
Tints of Dark Pastel Green #09C11F
RGB
CMYK
RGB Variations
Color information
#09C11F (or 0x09C11F) is known color: Dark Pastel Green. HEX triplet: 09, C1 and 1F. RGB value is (9,193,31). Sum of RGB (Red+Green+Blue) = 9+193+31=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 193 (75.78% from 255 or 82.83% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 193 - color contains mainly: green. Hex color #09C11F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09C11F is #F63EE0. Grayscale: #777777. Windows color (decimal): -16137953 or 2081033. OLE color: 2081033.
HSL color Cylindrical-coordinate representation of color #09C11F: hue angle of 127.17º 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 #09C11F is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 193 | 31 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.24 |
| HSL | 127.17º | 0.91% | 0.4% | - |
| HSV(B) | 127.17º | 0.95% | 0.76% | - |
| XYZ | 19.43 | 38.3 | 7.66 | - |
| YUV | 119.52 | 78.04 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 193 | 31 | 0.95 | 0 | 0.84 | 0.24 | 127.17 | 0.91 | 0.4 |
| Hex | 9 | C1 | 1F | 5F | 0 | 54 | 18 | 7F | 5B | 28 |
| Octal | 11 | 301 | 37 | 137 | 0 | 124 | 30 | 177 | 133 | 50 |
| Binary | 1001 | 11000001 | 11111 | 1011111 | 0 | 1010100 | 11000 | 1111111 | 1011011 | 101000 |
Color Harmonies of #09C11F
Complementary color
Monochromatic Colors of #09C11F
Black with #09C11F
Text Example
Text Example
White with #09C11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C11F; }
p { color: rgb(9,193,31); }
H1.HeaderClassName
{
color: #09C11F;
}
.AnyTagClassName
{
color: #09C11F;
}
</style>
background-color css
<style>
a { background-color: #09C11F; }
a { background-color: rgb(9,193,31); }
div.DivClassName
{
background-color: #09C11F;
}
.BgClassName
{
background-color: #09C11F;
}
</style>
border-color css
<style>
span { border-color: #09C11F; }
span { border-color: rgb(9,193,31); }
td.TdClassName
{
border-color: #09C11F;
}
.TagClassName
{
border-color: #09C11F;
}
</style>