Shades of Dark Pastel Green #09C941
Tints of Dark Pastel Green #09C941
RGB
CMYK
RGB Variations
Color information
#09C941 (or 0x09C941) is known color: Dark Pastel Green. HEX triplet: 09, C9 and 41. RGB value is (9,201,65). Sum of RGB (Red+Green+Blue) = 9+201+65=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 201 (78.91% from 255 or 73.09% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 201 - color contains mainly: green. Hex color #09C941 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09C941 is #F636BE. Grayscale: #808080. Windows color (decimal): -16135871 or 4311305. OLE color: 4311305.
HSL color Cylindrical-coordinate representation of color #09C941: hue angle of 137.5º 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 #09C941 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 201 | 65 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.21 |
| HSL | 137.5º | 0.91% | 0.41% | - |
| HSV(B) | 137.5º | 0.96% | 0.79% | - |
| XYZ | 21.95 | 42.21 | 11.99 | - |
| YUV | 128.09 | 92.39 | 43.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 201 | 65 | 0.96 | 0 | 0.68 | 0.21 | 137.5 | 0.91 | 0.41 |
| Hex | 9 | C9 | 41 | 60 | 0 | 44 | 15 | 8A | 5B | 29 |
| Octal | 11 | 311 | 101 | 140 | 0 | 104 | 25 | 212 | 133 | 51 |
| Binary | 1001 | 11001001 | 1000001 | 1100000 | 0 | 1000100 | 10101 | 10001010 | 1011011 | 101001 |
Color Harmonies of #09C941
Complementary color
Monochromatic Colors of #09C941
Black with #09C941
Text Example
Text Example
White with #09C941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C941; }
p { color: rgb(9,201,65); }
H1.HeaderClassName
{
color: #09C941;
}
.AnyTagClassName
{
color: #09C941;
}
</style>
background-color css
<style>
a { background-color: #09C941; }
a { background-color: rgb(9,201,65); }
div.DivClassName
{
background-color: #09C941;
}
.BgClassName
{
background-color: #09C941;
}
</style>
border-color css
<style>
span { border-color: #09C941; }
span { border-color: rgb(9,201,65); }
td.TdClassName
{
border-color: #09C941;
}
.TagClassName
{
border-color: #09C941;
}
</style>