Shades of Dark Pastel Green #01BF16
Tints of Dark Pastel Green #01BF16
RGB
CMYK
RGB Variations
Color information
#01BF16 (or 0x01BF16) is known color: Dark Pastel Green. HEX triplet: 01, BF and 16. RGB value is (1,191,22). Sum of RGB (Red+Green+Blue) = 1+191+22=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 191 (75% from 255 or 89.25% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01BF16 is #FE40E9. Grayscale: #737373. Windows color (decimal): -16662762 or 1490689. OLE color: 1490689.
HSL color Cylindrical-coordinate representation of color #01BF16: hue angle of 126.63º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BF16 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 191 | 22 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.25 |
| HSL | 126.63º | 0.99% | 0.38% | - |
| HSV(B) | 126.63º | 0.99% | 0.75% | - |
| XYZ | 18.79 | 37.33 | 6.97 | - |
| YUV | 114.92 | 75.55 | 46.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 191 | 22 | 0.99 | 0 | 0.88 | 0.25 | 126.63 | 0.99 | 0.38 |
| Hex | 1 | BF | 16 | 63 | 0 | 58 | 19 | 7F | 63 | 26 |
| Octal | 1 | 277 | 26 | 143 | 0 | 130 | 31 | 177 | 143 | 46 |
| Binary | 1 | 10111111 | 10110 | 1100011 | 0 | 1011000 | 11001 | 1111111 | 1100011 | 100110 |
Color Harmonies of #01BF16
Complementary color
Monochromatic Colors of #01BF16
Black with #01BF16
Text Example
Text Example
White with #01BF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BF16; }
p { color: rgb(1,191,22); }
H1.HeaderClassName
{
color: #01BF16;
}
.AnyTagClassName
{
color: #01BF16;
}
</style>
background-color css
<style>
a { background-color: #01BF16; }
a { background-color: rgb(1,191,22); }
div.DivClassName
{
background-color: #01BF16;
}
.BgClassName
{
background-color: #01BF16;
}
</style>
border-color css
<style>
span { border-color: #01BF16; }
span { border-color: rgb(1,191,22); }
td.TdClassName
{
border-color: #01BF16;
}
.TagClassName
{
border-color: #01BF16;
}
</style>