Shades of Dark Pastel Green #09BC32
Tints of Dark Pastel Green #09BC32
RGB
CMYK
RGB Variations
Color information
#09BC32 (or 0x09BC32) is known color: Dark Pastel Green. HEX triplet: 09, BC and 32. RGB value is (9,188,50). Sum of RGB (Red+Green+Blue) = 9+188+50=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 188 (73.83% from 255 or 76.11% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09BC32 is #F643CD. Grayscale: #777777. Windows color (decimal): -16139214 or 3324937. OLE color: 3324937.
HSL color Cylindrical-coordinate representation of color #09BC32: hue angle of 133.74º 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 #09BC32 is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 188 | 50 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.26 |
| HSL | 133.74º | 0.91% | 0.39% | - |
| HSV(B) | 133.74º | 0.95% | 0.74% | - |
| XYZ | 18.67 | 36.25 | 9.03 | - |
| YUV | 118.75 | 89.2 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 50 | 0.95 | 0 | 0.73 | 0.26 | 133.74 | 0.91 | 0.39 |
| Hex | 9 | BC | 32 | 5F | 0 | 49 | 1A | 86 | 5B | 27 |
| Octal | 11 | 274 | 62 | 137 | 0 | 111 | 32 | 206 | 133 | 47 |
| Binary | 1001 | 10111100 | 110010 | 1011111 | 0 | 1001001 | 11010 | 10000110 | 1011011 | 100111 |
Color Harmonies of #09BC32
Complementary color
Monochromatic Colors of #09BC32
Black with #09BC32
Text Example
Text Example
White with #09BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BC32; }
p { color: rgb(9,188,50); }
H1.HeaderClassName
{
color: #09BC32;
}
.AnyTagClassName
{
color: #09BC32;
}
</style>
background-color css
<style>
a { background-color: #09BC32; }
a { background-color: rgb(9,188,50); }
div.DivClassName
{
background-color: #09BC32;
}
.BgClassName
{
background-color: #09BC32;
}
</style>
border-color css
<style>
span { border-color: #09BC32; }
span { border-color: rgb(9,188,50); }
td.TdClassName
{
border-color: #09BC32;
}
.TagClassName
{
border-color: #09BC32;
}
</style>