Shades of Dark Pastel Green #09BC1C
Tints of Dark Pastel Green #09BC1C
RGB
CMYK
RGB Variations
Color information
#09BC1C (or 0x09BC1C) is known color: Dark Pastel Green. HEX triplet: 09, BC and 1C. RGB value is (9,188,28). Sum of RGB (Red+Green+Blue) = 9+188+28=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 188 (73.83% from 255 or 83.56% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09BC1C is #F643E3. Grayscale: #747474. Windows color (decimal): -16139236 or 1883145. OLE color: 1883145.
HSL color Cylindrical-coordinate representation of color #09BC1C: hue angle of 126.37º 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 #09BC1C is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 188 | 28 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.26 |
| HSL | 126.37º | 0.91% | 0.39% | - |
| HSV(B) | 126.37º | 0.95% | 0.74% | - |
| XYZ | 18.31 | 36.11 | 7.1 | - |
| YUV | 116.24 | 78.2 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 28 | 0.95 | 0 | 0.85 | 0.26 | 126.37 | 0.91 | 0.39 |
| Hex | 9 | BC | 1C | 5F | 0 | 55 | 1A | 7E | 5B | 27 |
| Octal | 11 | 274 | 34 | 137 | 0 | 125 | 32 | 176 | 133 | 47 |
| Binary | 1001 | 10111100 | 11100 | 1011111 | 0 | 1010101 | 11010 | 1111110 | 1011011 | 100111 |
Color Harmonies of #09BC1C
Complementary color
Monochromatic Colors of #09BC1C
Black with #09BC1C
Text Example
Text Example
White with #09BC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BC1C; }
p { color: rgb(9,188,28); }
H1.HeaderClassName
{
color: #09BC1C;
}
.AnyTagClassName
{
color: #09BC1C;
}
</style>
background-color css
<style>
a { background-color: #09BC1C; }
a { background-color: rgb(9,188,28); }
div.DivClassName
{
background-color: #09BC1C;
}
.BgClassName
{
background-color: #09BC1C;
}
</style>
border-color css
<style>
span { border-color: #09BC1C; }
span { border-color: rgb(9,188,28); }
td.TdClassName
{
border-color: #09BC1C;
}
.TagClassName
{
border-color: #09BC1C;
}
</style>