Shades of Dark Pastel Green #01C618
Tints of Dark Pastel Green #01C618
RGB
CMYK
RGB Variations
Color information
#01C618 (or 0x01C618) is known color: Dark Pastel Green. HEX triplet: 01, C6 and 18. RGB value is (1,198,24). Sum of RGB (Red+Green+Blue) = 1+198+24=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 198 (77.73% from 255 or 88.79% from 223); Blue value is 24 (9.77% from 255 or 10.76% from 223); Max value from RGB is 198 - color contains mainly: green. Hex color #01C618 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C618 is #FE39E7. Grayscale: #777777. Windows color (decimal): -16660968 or 1623553. OLE color: 1623553.
HSL color Cylindrical-coordinate representation of color #01C618: hue angle of 127.01º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C618 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 198 | 24 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.22 |
| HSL | 127.01º | 0.99% | 0.39% | - |
| HSV(B) | 127.01º | 0.99% | 0.78% | - |
| XYZ | 20.37 | 40.46 | 7.6 | - |
| YUV | 119.26 | 74.23 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 198 | 24 | 0.99 | 0 | 0.88 | 0.22 | 127.01 | 0.99 | 0.39 |
| Hex | 1 | C6 | 18 | 63 | 0 | 58 | 16 | 7F | 63 | 27 |
| Octal | 1 | 306 | 30 | 143 | 0 | 130 | 26 | 177 | 143 | 47 |
| Binary | 1 | 11000110 | 11000 | 1100011 | 0 | 1011000 | 10110 | 1111111 | 1100011 | 100111 |
Color Harmonies of #01C618
Complementary color
Monochromatic Colors of #01C618
Black with #01C618
Text Example
Text Example
White with #01C618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C618; }
p { color: rgb(1,198,24); }
H1.HeaderClassName
{
color: #01C618;
}
.AnyTagClassName
{
color: #01C618;
}
</style>
background-color css
<style>
a { background-color: #01C618; }
a { background-color: rgb(1,198,24); }
div.DivClassName
{
background-color: #01C618;
}
.BgClassName
{
background-color: #01C618;
}
</style>
border-color css
<style>
span { border-color: #01C618; }
span { border-color: rgb(1,198,24); }
td.TdClassName
{
border-color: #01C618;
}
.TagClassName
{
border-color: #01C618;
}
</style>