Shades of Dark Pastel Green #09BF3C
Tints of Dark Pastel Green #09BF3C
RGB
CMYK
RGB Variations
Color information
#09BF3C (or 0x09BF3C) is known color: Dark Pastel Green. HEX triplet: 09, BF and 3C. RGB value is (9,191,60). Sum of RGB (Red+Green+Blue) = 9+191+60=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 191 (75% from 255 or 73.46% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 191 - color contains mainly: green. Hex color #09BF3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09BF3C is #F640C3. Grayscale: #797979. Windows color (decimal): -16138436 or 3981065. OLE color: 3981065.
HSL color Cylindrical-coordinate representation of color #09BF3C: hue angle of 136.81º 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 #09BF3C is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 191 | 60 | - |
| CMYK | 0.95 | 0 | 0.69 | 0.25 |
| HSL | 136.81º | 0.91% | 0.39% | - |
| HSV(B) | 136.81º | 0.95% | 0.75% | - |
| XYZ | 19.56 | 37.65 | 10.51 | - |
| YUV | 121.65 | 93.2 | 47.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 191 | 60 | 0.95 | 0 | 0.69 | 0.25 | 136.81 | 0.91 | 0.39 |
| Hex | 9 | BF | 3C | 5F | 0 | 45 | 19 | 89 | 5B | 27 |
| Octal | 11 | 277 | 74 | 137 | 0 | 105 | 31 | 211 | 133 | 47 |
| Binary | 1001 | 10111111 | 111100 | 1011111 | 0 | 1000101 | 11001 | 10001001 | 1011011 | 100111 |
Color Harmonies of #09BF3C
Complementary color
Monochromatic Colors of #09BF3C
Black with #09BF3C
Text Example
Text Example
White with #09BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BF3C; }
p { color: rgb(9,191,60); }
H1.HeaderClassName
{
color: #09BF3C;
}
.AnyTagClassName
{
color: #09BF3C;
}
</style>
background-color css
<style>
a { background-color: #09BF3C; }
a { background-color: rgb(9,191,60); }
div.DivClassName
{
background-color: #09BF3C;
}
.BgClassName
{
background-color: #09BF3C;
}
</style>
border-color css
<style>
span { border-color: #09BF3C; }
span { border-color: rgb(9,191,60); }
td.TdClassName
{
border-color: #09BF3C;
}
.TagClassName
{
border-color: #09BF3C;
}
</style>