Shades of Dark Pastel Green #01C63A
Tints of Dark Pastel Green #01C63A
RGB
CMYK
RGB Variations
Color information
#01C63A (or 0x01C63A) is known color: Dark Pastel Green. HEX triplet: 01, C6 and 3A. RGB value is (1,198,58). Sum of RGB (Red+Green+Blue) = 1+198+58=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 198 (77.73% from 255 or 77.04% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 198 - color contains mainly: green. Hex color #01C63A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C63A is #FE39C5. Grayscale: #7B7B7B. Windows color (decimal): -16660934 or 3851777. OLE color: 3851777.
HSL color Cylindrical-coordinate representation of color #01C63A: hue angle of 137.36º 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 #01C63A is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 198 | 58 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.22 |
| HSL | 137.36º | 0.99% | 0.39% | - |
| HSV(B) | 137.36º | 0.99% | 0.78% | - |
| XYZ | 20.97 | 40.7 | 10.75 | - |
| YUV | 123.14 | 91.23 | 40.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 198 | 58 | 0.99 | 0 | 0.71 | 0.22 | 137.36 | 0.99 | 0.39 |
| Hex | 1 | C6 | 3A | 63 | 0 | 47 | 16 | 89 | 63 | 27 |
| Octal | 1 | 306 | 72 | 143 | 0 | 107 | 26 | 211 | 143 | 47 |
| Binary | 1 | 11000110 | 111010 | 1100011 | 0 | 1000111 | 10110 | 10001001 | 1100011 | 100111 |
Color Harmonies of #01C63A
Complementary color
Monochromatic Colors of #01C63A
Black with #01C63A
Text Example
Text Example
White with #01C63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C63A; }
p { color: rgb(1,198,58); }
H1.HeaderClassName
{
color: #01C63A;
}
.AnyTagClassName
{
color: #01C63A;
}
</style>
background-color css
<style>
a { background-color: #01C63A; }
a { background-color: rgb(1,198,58); }
div.DivClassName
{
background-color: #01C63A;
}
.BgClassName
{
background-color: #01C63A;
}
</style>
border-color css
<style>
span { border-color: #01C63A; }
span { border-color: rgb(1,198,58); }
td.TdClassName
{
border-color: #01C63A;
}
.TagClassName
{
border-color: #01C63A;
}
</style>