Shades of Dark Pastel Green #00BC16
Tints of Dark Pastel Green #00BC16
RGB
CMYK
RGB Variations
Color information
#00BC16 (or 0x00BC16) is known color: Dark Pastel Green. HEX triplet: 00, BC and 16. RGB value is (0,188,22). Sum of RGB (Red+Green+Blue) = 0+188+22=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 188 (73.83% from 255 or 89.52% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00BC16 is #FF43E9. Grayscale: #717171. Windows color (decimal): -16729066 or 1489920. OLE color: 1489920.
HSL color Cylindrical-coordinate representation of color #00BC16: hue angle of 127.02º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BC16 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 188 | 22 | - |
| CMYK | 1 | 0 | 0.88 | 0.26 |
| HSL | 127.02º | 1% | 0.37% | - |
| HSV(B) | 127.02º | 1% | 0.74% | - |
| XYZ | 18.13 | 36.02 | 6.76 | - |
| YUV | 112.86 | 76.72 | 47.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 22 | 1 | 0 | 0.88 | 0.26 | 127.02 | 1 | 0.37 |
| Hex | 0 | BC | 16 | 64 | 0 | 58 | 1A | 7F | 64 | 25 |
| Octal | 0 | 274 | 26 | 144 | 0 | 130 | 32 | 177 | 144 | 45 |
| Binary | 0 | 10111100 | 10110 | 1100100 | 0 | 1011000 | 11010 | 1111111 | 1100100 | 100101 |
Color Harmonies of #00BC16
Complementary color
Monochromatic Colors of #00BC16
Black with #00BC16
Text Example
Text Example
White with #00BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BC16; }
p { color: rgb(0,188,22); }
H1.HeaderClassName
{
color: #00BC16;
}
.AnyTagClassName
{
color: #00BC16;
}
</style>
background-color css
<style>
a { background-color: #00BC16; }
a { background-color: rgb(0,188,22); }
div.DivClassName
{
background-color: #00BC16;
}
.BgClassName
{
background-color: #00BC16;
}
</style>
border-color css
<style>
span { border-color: #00BC16; }
span { border-color: rgb(0,188,22); }
td.TdClassName
{
border-color: #00BC16;
}
.TagClassName
{
border-color: #00BC16;
}
</style>