Shades of Dark Pastel Green #09CD40
Tints of Dark Pastel Green #09CD40
RGB
CMYK
RGB Variations
Color information
#09CD40 (or 0x09CD40) is known color: Dark Pastel Green. HEX triplet: 09, CD and 40. RGB value is (9,205,64). Sum of RGB (Red+Green+Blue) = 9+205+64=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 205 (80.47% from 255 or 73.74% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 205 - color contains mainly: green. Hex color #09CD40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09CD40 is #F632BF. Grayscale: #828282. Windows color (decimal): -16134848 or 4246793. OLE color: 4246793.
HSL color Cylindrical-coordinate representation of color #09CD40: hue angle of 136.84º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CD40 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 205 | 64 | - |
| CMYK | 0.96 | 0 | 0.69 | 0.20 |
| HSL | 136.84º | 0.92% | 0.42% | - |
| HSV(B) | 136.84º | 0.96% | 0.8% | - |
| XYZ | 22.87 | 44.09 | 12.16 | - |
| YUV | 130.32 | 90.57 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 205 | 64 | 0.96 | 0 | 0.69 | 0.20 | 136.84 | 0.92 | 0.42 |
| Hex | 9 | CD | 40 | 60 | 0 | 45 | 14 | 89 | 5C | 2A |
| Octal | 11 | 315 | 100 | 140 | 0 | 105 | 24 | 211 | 134 | 52 |
| Binary | 1001 | 11001101 | 1000000 | 1100000 | 0 | 1000101 | 10100 | 10001001 | 1011100 | 101010 |
Color Harmonies of #09CD40
Complementary color
Monochromatic Colors of #09CD40
Black with #09CD40
Text Example
Text Example
White with #09CD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CD40; }
p { color: rgb(9,205,64); }
H1.HeaderClassName
{
color: #09CD40;
}
.AnyTagClassName
{
color: #09CD40;
}
</style>
background-color css
<style>
a { background-color: #09CD40; }
a { background-color: rgb(9,205,64); }
div.DivClassName
{
background-color: #09CD40;
}
.BgClassName
{
background-color: #09CD40;
}
</style>
border-color css
<style>
span { border-color: #09CD40; }
span { border-color: rgb(9,205,64); }
td.TdClassName
{
border-color: #09CD40;
}
.TagClassName
{
border-color: #09CD40;
}
</style>