Shades of Dark Pastel Green #09CB45
Tints of Dark Pastel Green #09CB45
RGB
CMYK
RGB Variations
Color information
#09CB45 (or 0x09CB45) is known color: Dark Pastel Green. HEX triplet: 09, CB and 45. RGB value is (9,203,69). Sum of RGB (Red+Green+Blue) = 9+203+69=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 203 (79.69% from 255 or 72.24% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 203 - color contains mainly: green. Hex color #09CB45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09CB45 is #F634BA. Grayscale: #828282. Windows color (decimal): -16135355 or 4573961. OLE color: 4573961.
HSL color Cylindrical-coordinate representation of color #09CB45: hue angle of 138.56º 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 #09CB45 is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 203 | 69 | - |
| CMYK | 0.96 | 0 | 0.66 | 0.20 |
| HSL | 138.56º | 0.92% | 0.42% | - |
| HSV(B) | 138.56º | 0.96% | 0.8% | - |
| XYZ | 22.54 | 43.2 | 12.78 | - |
| YUV | 129.72 | 93.73 | 41.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 203 | 69 | 0.96 | 0 | 0.66 | 0.20 | 138.56 | 0.92 | 0.42 |
| Hex | 9 | CB | 45 | 60 | 0 | 42 | 14 | 8B | 5C | 2A |
| Octal | 11 | 313 | 105 | 140 | 0 | 102 | 24 | 213 | 134 | 52 |
| Binary | 1001 | 11001011 | 1000101 | 1100000 | 0 | 1000010 | 10100 | 10001011 | 1011100 | 101010 |
Color Harmonies of #09CB45
Complementary color
Monochromatic Colors of #09CB45
Black with #09CB45
Text Example
Text Example
White with #09CB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CB45; }
p { color: rgb(9,203,69); }
H1.HeaderClassName
{
color: #09CB45;
}
.AnyTagClassName
{
color: #09CB45;
}
</style>
background-color css
<style>
a { background-color: #09CB45; }
a { background-color: rgb(9,203,69); }
div.DivClassName
{
background-color: #09CB45;
}
.BgClassName
{
background-color: #09CB45;
}
</style>
border-color css
<style>
span { border-color: #09CB45; }
span { border-color: rgb(9,203,69); }
td.TdClassName
{
border-color: #09CB45;
}
.TagClassName
{
border-color: #09CB45;
}
</style>