Shades of Dark Pastel Green #01B918
Tints of Dark Pastel Green #01B918
RGB
CMYK
RGB Variations
Color information
#01B918 (or 0x01B918) is known color: Dark Pastel Green. HEX triplet: 01, B9 and 18. RGB value is (1,185,24). Sum of RGB (Red+Green+Blue) = 1+185+24=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 185 (72.66% from 255 or 88.10% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 185 - color contains mainly: green. Hex color #01B918 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01B918 is #FE46E7. Grayscale: #707070. Windows color (decimal): -16664296 or 1620225. OLE color: 1620225.
HSL color Cylindrical-coordinate representation of color #01B918: hue angle of 127.5º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B918 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 185 | 24 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.27 |
| HSL | 127.5º | 0.99% | 0.36% | - |
| HSV(B) | 127.5º | 0.99% | 0.73% | - |
| XYZ | 17.53 | 34.77 | 6.65 | - |
| YUV | 111.63 | 78.54 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 185 | 24 | 0.99 | 0 | 0.87 | 0.27 | 127.5 | 0.99 | 0.36 |
| Hex | 1 | B9 | 18 | 63 | 0 | 57 | 1B | 80 | 63 | 24 |
| Octal | 1 | 271 | 30 | 143 | 0 | 127 | 33 | 200 | 143 | 44 |
| Binary | 1 | 10111001 | 11000 | 1100011 | 0 | 1010111 | 11011 | 10000000 | 1100011 | 100100 |
Color Harmonies of #01B918
Complementary color
Monochromatic Colors of #01B918
Black with #01B918
Text Example
Text Example
White with #01B918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B918; }
p { color: rgb(1,185,24); }
H1.HeaderClassName
{
color: #01B918;
}
.AnyTagClassName
{
color: #01B918;
}
</style>
background-color css
<style>
a { background-color: #01B918; }
a { background-color: rgb(1,185,24); }
div.DivClassName
{
background-color: #01B918;
}
.BgClassName
{
background-color: #01B918;
}
</style>
border-color css
<style>
span { border-color: #01B918; }
span { border-color: rgb(1,185,24); }
td.TdClassName
{
border-color: #01B918;
}
.TagClassName
{
border-color: #01B918;
}
</style>