Shades of Dark Pastel Green #09BF4D
Tints of Dark Pastel Green #09BF4D
RGB
CMYK
RGB Variations
Color information
#09BF4D (or 0x09BF4D) is known color: Dark Pastel Green. HEX triplet: 09, BF and 4D. RGB value is (9,191,77). Sum of RGB (Red+Green+Blue) = 9+191+77=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 191 (75% from 255 or 68.95% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 191 - color contains mainly: green. Hex color #09BF4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BF4D is #F640B2. Grayscale: #7B7B7B. Windows color (decimal): -16138419 or 5095177. OLE color: 5095177.
HSL color Cylindrical-coordinate representation of color #09BF4D: hue angle of 142.42º 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 #09BF4D is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 191 | 77 | - |
| CMYK | 0.95 | 0 | 0.60 | 0.25 |
| HSL | 142.42º | 0.91% | 0.39% | - |
| HSV(B) | 142.42º | 0.95% | 0.75% | - |
| XYZ | 20.08 | 37.86 | 13.27 | - |
| YUV | 123.59 | 101.7 | 46.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 191 | 77 | 0.95 | 0 | 0.60 | 0.25 | 142.42 | 0.91 | 0.39 |
| Hex | 9 | BF | 4D | 5F | 0 | 3C | 19 | 8E | 5B | 27 |
| Octal | 11 | 277 | 115 | 137 | 0 | 74 | 31 | 216 | 133 | 47 |
| Binary | 1001 | 10111111 | 1001101 | 1011111 | 0 | 111100 | 11001 | 10001110 | 1011011 | 100111 |
Color Harmonies of #09BF4D
Complementary color
Monochromatic Colors of #09BF4D
Black with #09BF4D
Text Example
Text Example
White with #09BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BF4D; }
p { color: rgb(9,191,77); }
H1.HeaderClassName
{
color: #09BF4D;
}
.AnyTagClassName
{
color: #09BF4D;
}
</style>
background-color css
<style>
a { background-color: #09BF4D; }
a { background-color: rgb(9,191,77); }
div.DivClassName
{
background-color: #09BF4D;
}
.BgClassName
{
background-color: #09BF4D;
}
</style>
border-color css
<style>
span { border-color: #09BF4D; }
span { border-color: rgb(9,191,77); }
td.TdClassName
{
border-color: #09BF4D;
}
.TagClassName
{
border-color: #09BF4D;
}
</style>