Shades of Dark Pastel Green #09BC30
Tints of Dark Pastel Green #09BC30
RGB
CMYK
RGB Variations
Color information
#09BC30 (or 0x09BC30) is known color: Dark Pastel Green. HEX triplet: 09, BC and 30. RGB value is (9,188,48). Sum of RGB (Red+Green+Blue) = 9+188+48=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 188 (73.83% from 255 or 76.73% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09BC30 is #F643CF. Grayscale: #767676. Windows color (decimal): -16139216 or 3193865. OLE color: 3193865.
HSL color Cylindrical-coordinate representation of color #09BC30: hue angle of 133.07º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BC30 is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 188 | 48 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.26 |
| HSL | 133.07º | 0.91% | 0.39% | - |
| HSV(B) | 133.07º | 0.95% | 0.74% | - |
| XYZ | 18.63 | 36.24 | 8.81 | - |
| YUV | 118.52 | 88.2 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 48 | 0.95 | 0 | 0.74 | 0.26 | 133.07 | 0.91 | 0.39 |
| Hex | 9 | BC | 30 | 5F | 0 | 4A | 1A | 85 | 5B | 27 |
| Octal | 11 | 274 | 60 | 137 | 0 | 112 | 32 | 205 | 133 | 47 |
| Binary | 1001 | 10111100 | 110000 | 1011111 | 0 | 1001010 | 11010 | 10000101 | 1011011 | 100111 |
Color Harmonies of #09BC30
Complementary color
Monochromatic Colors of #09BC30
Black with #09BC30
Text Example
Text Example
White with #09BC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BC30; }
p { color: rgb(9,188,48); }
H1.HeaderClassName
{
color: #09BC30;
}
.AnyTagClassName
{
color: #09BC30;
}
</style>
background-color css
<style>
a { background-color: #09BC30; }
a { background-color: rgb(9,188,48); }
div.DivClassName
{
background-color: #09BC30;
}
.BgClassName
{
background-color: #09BC30;
}
</style>
border-color css
<style>
span { border-color: #09BC30; }
span { border-color: rgb(9,188,48); }
td.TdClassName
{
border-color: #09BC30;
}
.TagClassName
{
border-color: #09BC30;
}
</style>