Shades of Dark Pastel Green #09B42E
Tints of Dark Pastel Green #09B42E
RGB
CMYK
RGB Variations
Color information
#09B42E (or 0x09B42E) is known color: Dark Pastel Green. HEX triplet: 09, B4 and 2E. RGB value is (9,180,46). Sum of RGB (Red+Green+Blue) = 9+180+46=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 180 (70.70% from 255 or 76.60% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 180 - color contains mainly: green. Hex color #09B42E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09B42E is #F64BD1. Grayscale: #717171. Windows color (decimal): -16141266 or 3060745. OLE color: 3060745.
HSL color Cylindrical-coordinate representation of color #09B42E: hue angle of 132.98º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B42E is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 180 | 46 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.29 |
| HSL | 132.98º | 0.9% | 0.37% | - |
| HSV(B) | 132.98º | 0.95% | 0.71% | - |
| XYZ | 16.93 | 32.9 | 8.04 | - |
| YUV | 113.6 | 89.85 | 53.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 180 | 46 | 0.95 | 0 | 0.74 | 0.29 | 132.98 | 0.9 | 0.37 |
| Hex | 9 | B4 | 2E | 5F | 0 | 4A | 1D | 85 | 5A | 25 |
| Octal | 11 | 264 | 56 | 137 | 0 | 112 | 35 | 205 | 132 | 45 |
| Binary | 1001 | 10110100 | 101110 | 1011111 | 0 | 1001010 | 11101 | 10000101 | 1011010 | 100101 |
Color Harmonies of #09B42E
Complementary color
Monochromatic Colors of #09B42E
Black with #09B42E
Text Example
Text Example
White with #09B42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B42E; }
p { color: rgb(9,180,46); }
H1.HeaderClassName
{
color: #09B42E;
}
.AnyTagClassName
{
color: #09B42E;
}
</style>
background-color css
<style>
a { background-color: #09B42E; }
a { background-color: rgb(9,180,46); }
div.DivClassName
{
background-color: #09B42E;
}
.BgClassName
{
background-color: #09B42E;
}
</style>
border-color css
<style>
span { border-color: #09B42E; }
span { border-color: rgb(9,180,46); }
td.TdClassName
{
border-color: #09B42E;
}
.TagClassName
{
border-color: #09B42E;
}
</style>