Shades of Dark Pastel Green #20C146
Tints of Dark Pastel Green #20C146
RGB
CMYK
RGB Variations
Color information
#20C146 (or 0x20C146) is known color: Dark Pastel Green. HEX triplet: 20, C1 and 46. RGB value is (32,193,70). Sum of RGB (Red+Green+Blue) = 32+193+70=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 193 (75.78% from 255 or 65.42% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 193 - color contains mainly: green. Hex color #20C146 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C146 is #DF3EB9. Grayscale: #838383. Windows color (decimal): -14630586 or 4636960. OLE color: 4636960.
HSL color Cylindrical-coordinate representation of color #20C146: hue angle of 134.16º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C146 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 70 | - |
| CMYK | 0.83 | 0 | 0.64 | 0.24 |
| HSL | 134.16º | 0.72% | 0.44% | - |
| HSV(B) | 134.16º | 0.83% | 0.76% | - |
| XYZ | 20.77 | 38.89 | 12.21 | - |
| YUV | 130.84 | 93.66 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 70 | 0.83 | 0 | 0.64 | 0.24 | 134.16 | 0.72 | 0.44 |
| Hex | 20 | C1 | 46 | 53 | 0 | 40 | 18 | 86 | 48 | 2C |
| Octal | 40 | 301 | 106 | 123 | 0 | 100 | 30 | 206 | 110 | 54 |
| Binary | 100000 | 11000001 | 1000110 | 1010011 | 0 | 1000000 | 11000 | 10000110 | 1001000 | 101100 |
Color Harmonies of #20C146
Complementary color
Monochromatic Colors of #20C146
Black with #20C146
Text Example
Text Example
White with #20C146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C146; }
p { color: rgb(32,193,70); }
H1.HeaderClassName
{
color: #20C146;
}
.AnyTagClassName
{
color: #20C146;
}
</style>
background-color css
<style>
a { background-color: #20C146; }
a { background-color: rgb(32,193,70); }
div.DivClassName
{
background-color: #20C146;
}
.BgClassName
{
background-color: #20C146;
}
</style>
border-color css
<style>
span { border-color: #20C146; }
span { border-color: rgb(32,193,70); }
td.TdClassName
{
border-color: #20C146;
}
.TagClassName
{
border-color: #20C146;
}
</style>