Shades of Dark Pastel Green #09BC3A
Tints of Dark Pastel Green #09BC3A
RGB
CMYK
RGB Variations
Color information
#09BC3A (or 0x09BC3A) is known color: Dark Pastel Green. HEX triplet: 09, BC and 3A. RGB value is (9,188,58). Sum of RGB (Red+Green+Blue) = 9+188+58=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 188 (73.83% from 255 or 73.73% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09BC3A is #F643C5. Grayscale: #777777. Windows color (decimal): -16139206 or 3849225. OLE color: 3849225.
HSL color Cylindrical-coordinate representation of color #09BC3A: hue angle of 136.42º 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 #09BC3A is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 188 | 58 | - |
| CMYK | 0.95 | 0 | 0.69 | 0.26 |
| HSL | 136.42º | 0.91% | 0.39% | - |
| HSV(B) | 136.42º | 0.95% | 0.74% | - |
| XYZ | 18.86 | 36.33 | 10.02 | - |
| YUV | 119.66 | 93.2 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 58 | 0.95 | 0 | 0.69 | 0.26 | 136.42 | 0.91 | 0.39 |
| Hex | 9 | BC | 3A | 5F | 0 | 45 | 1A | 88 | 5B | 27 |
| Octal | 11 | 274 | 72 | 137 | 0 | 105 | 32 | 210 | 133 | 47 |
| Binary | 1001 | 10111100 | 111010 | 1011111 | 0 | 1000101 | 11010 | 10001000 | 1011011 | 100111 |
Color Harmonies of #09BC3A
Complementary color
Monochromatic Colors of #09BC3A
Black with #09BC3A
Text Example
Text Example
White with #09BC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BC3A; }
p { color: rgb(9,188,58); }
H1.HeaderClassName
{
color: #09BC3A;
}
.AnyTagClassName
{
color: #09BC3A;
}
</style>
background-color css
<style>
a { background-color: #09BC3A; }
a { background-color: rgb(9,188,58); }
div.DivClassName
{
background-color: #09BC3A;
}
.BgClassName
{
background-color: #09BC3A;
}
</style>
border-color css
<style>
span { border-color: #09BC3A; }
span { border-color: rgb(9,188,58); }
td.TdClassName
{
border-color: #09BC3A;
}
.TagClassName
{
border-color: #09BC3A;
}
</style>