Shades of Dark Pastel Green #09CE2D
Tints of Dark Pastel Green #09CE2D
RGB
CMYK
RGB Variations
Color information
#09CE2D (or 0x09CE2D) is known color: Dark Pastel Green. HEX triplet: 09, CE and 2D. RGB value is (9,206,45). Sum of RGB (Red+Green+Blue) = 9+206+45=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 206 (80.86% from 255 or 79.23% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 206 - color contains mainly: green. Hex color #09CE2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09CE2D is #F631D2. Grayscale: #818181. Windows color (decimal): -16134611 or 3001865. OLE color: 3001865.
HSL color Cylindrical-coordinate representation of color #09CE2D: hue angle of 130.96º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CE2D is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 206 | 45 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.19 |
| HSL | 130.96º | 0.92% | 0.42% | - |
| HSV(B) | 130.96º | 0.96% | 0.81% | - |
| XYZ | 22.66 | 44.39 | 9.86 | - |
| YUV | 128.74 | 80.73 | 42.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 206 | 45 | 0.96 | 0 | 0.78 | 0.19 | 130.96 | 0.92 | 0.42 |
| Hex | 9 | CE | 2D | 60 | 0 | 4E | 13 | 83 | 5C | 2A |
| Octal | 11 | 316 | 55 | 140 | 0 | 116 | 23 | 203 | 134 | 52 |
| Binary | 1001 | 11001110 | 101101 | 1100000 | 0 | 1001110 | 10011 | 10000011 | 1011100 | 101010 |
Color Harmonies of #09CE2D
Complementary color
Monochromatic Colors of #09CE2D
Black with #09CE2D
Text Example
Text Example
White with #09CE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CE2D; }
p { color: rgb(9,206,45); }
H1.HeaderClassName
{
color: #09CE2D;
}
.AnyTagClassName
{
color: #09CE2D;
}
</style>
background-color css
<style>
a { background-color: #09CE2D; }
a { background-color: rgb(9,206,45); }
div.DivClassName
{
background-color: #09CE2D;
}
.BgClassName
{
background-color: #09CE2D;
}
</style>
border-color css
<style>
span { border-color: #09CE2D; }
span { border-color: rgb(9,206,45); }
td.TdClassName
{
border-color: #09CE2D;
}
.TagClassName
{
border-color: #09CE2D;
}
</style>