Shades of Dark Pastel Green #09BF3E
Tints of Dark Pastel Green #09BF3E
RGB
CMYK
RGB Variations
Color information
#09BF3E (or 0x09BF3E) is known color: Dark Pastel Green. HEX triplet: 09, BF and 3E. RGB value is (9,191,62). Sum of RGB (Red+Green+Blue) = 9+191+62=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 191 (75% from 255 or 72.90% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 191 - color contains mainly: green. Hex color #09BF3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09BF3E is #F640C1. Grayscale: #7A7A7A. Windows color (decimal): -16138434 or 4112137. OLE color: 4112137.
HSL color Cylindrical-coordinate representation of color #09BF3E: hue angle of 137.47º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BF3E is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 191 | 62 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.25 |
| HSL | 137.47º | 0.91% | 0.39% | - |
| HSV(B) | 137.47º | 0.95% | 0.75% | - |
| XYZ | 19.61 | 37.67 | 10.79 | - |
| YUV | 121.88 | 94.2 | 47.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 191 | 62 | 0.95 | 0 | 0.68 | 0.25 | 137.47 | 0.91 | 0.39 |
| Hex | 9 | BF | 3E | 5F | 0 | 44 | 19 | 89 | 5B | 27 |
| Octal | 11 | 277 | 76 | 137 | 0 | 104 | 31 | 211 | 133 | 47 |
| Binary | 1001 | 10111111 | 111110 | 1011111 | 0 | 1000100 | 11001 | 10001001 | 1011011 | 100111 |
Color Harmonies of #09BF3E
Complementary color
Monochromatic Colors of #09BF3E
Black with #09BF3E
Text Example
Text Example
White with #09BF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BF3E; }
p { color: rgb(9,191,62); }
H1.HeaderClassName
{
color: #09BF3E;
}
.AnyTagClassName
{
color: #09BF3E;
}
</style>
background-color css
<style>
a { background-color: #09BF3E; }
a { background-color: rgb(9,191,62); }
div.DivClassName
{
background-color: #09BF3E;
}
.BgClassName
{
background-color: #09BF3E;
}
</style>
border-color css
<style>
span { border-color: #09BF3E; }
span { border-color: rgb(9,191,62); }
td.TdClassName
{
border-color: #09BF3E;
}
.TagClassName
{
border-color: #09BF3E;
}
</style>