Shades of Dark Pastel Green #09B442
Tints of Dark Pastel Green #09B442
RGB
CMYK
RGB Variations
Color information
#09B442 (or 0x09B442) is known color: Dark Pastel Green. HEX triplet: 09, B4 and 42. RGB value is (9,180,66). Sum of RGB (Red+Green+Blue) = 9+180+66=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 180 (70.70% from 255 or 70.59% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 180 - color contains mainly: green. Hex color #09B442 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09B442 is #F64BBD. Grayscale: #747474. Windows color (decimal): -16141246 or 4371465. OLE color: 4371465.
HSL color Cylindrical-coordinate representation of color #09B442: hue angle of 140º 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 #09B442 is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 180 | 66 | - |
| CMYK | 0.95 | 0 | 0.63 | 0.29 |
| HSL | 140º | 0.9% | 0.37% | - |
| HSV(B) | 140º | 0.95% | 0.71% | - |
| XYZ | 17.42 | 33.09 | 10.62 | - |
| YUV | 115.88 | 99.85 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 180 | 66 | 0.95 | 0 | 0.63 | 0.29 | 140 | 0.9 | 0.37 |
| Hex | 9 | B4 | 42 | 5F | 0 | 3F | 1D | 8C | 5A | 25 |
| Octal | 11 | 264 | 102 | 137 | 0 | 77 | 35 | 214 | 132 | 45 |
| Binary | 1001 | 10110100 | 1000010 | 1011111 | 0 | 111111 | 11101 | 10001100 | 1011010 | 100101 |
Color Harmonies of #09B442
Complementary color
Monochromatic Colors of #09B442
Black with #09B442
Text Example
Text Example
White with #09B442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B442; }
p { color: rgb(9,180,66); }
H1.HeaderClassName
{
color: #09B442;
}
.AnyTagClassName
{
color: #09B442;
}
</style>
background-color css
<style>
a { background-color: #09B442; }
a { background-color: rgb(9,180,66); }
div.DivClassName
{
background-color: #09B442;
}
.BgClassName
{
background-color: #09B442;
}
</style>
border-color css
<style>
span { border-color: #09B442; }
span { border-color: rgb(9,180,66); }
td.TdClassName
{
border-color: #09B442;
}
.TagClassName
{
border-color: #09B442;
}
</style>