Shades of Dark Pastel Green #20BA4A
Tints of Dark Pastel Green #20BA4A
RGB
CMYK
RGB Variations
Color information
#20BA4A (or 0x20BA4A) is known color: Dark Pastel Green. HEX triplet: 20, BA and 4A. RGB value is (32,186,74). Sum of RGB (Red+Green+Blue) = 32+186+74=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 186 (73.05% from 255 or 63.70% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 186 - color contains mainly: green. Hex color #20BA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BA4A is #DF45B5. Grayscale: #7F7F7F. Windows color (decimal): -14632374 or 4897312. OLE color: 4897312.
HSL color Cylindrical-coordinate representation of color #20BA4A: hue angle of 136.36º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BA4A is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 186 | 74 | - |
| CMYK | 0.83 | 0 | 0.60 | 0.27 |
| HSL | 136.36º | 0.71% | 0.43% | - |
| HSV(B) | 136.36º | 0.83% | 0.73% | - |
| XYZ | 19.39 | 35.92 | 12.39 | - |
| YUV | 127.19 | 97.98 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 74 | 0.83 | 0 | 0.60 | 0.27 | 136.36 | 0.71 | 0.43 |
| Hex | 20 | BA | 4A | 53 | 0 | 3C | 1B | 88 | 47 | 2B |
| Octal | 40 | 272 | 112 | 123 | 0 | 74 | 33 | 210 | 107 | 53 |
| Binary | 100000 | 10111010 | 1001010 | 1010011 | 0 | 111100 | 11011 | 10001000 | 1000111 | 101011 |
Color Harmonies of #20BA4A
Complementary color
Monochromatic Colors of #20BA4A
Black with #20BA4A
Text Example
Text Example
White with #20BA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BA4A; }
p { color: rgb(32,186,74); }
H1.HeaderClassName
{
color: #20BA4A;
}
.AnyTagClassName
{
color: #20BA4A;
}
</style>
background-color css
<style>
a { background-color: #20BA4A; }
a { background-color: rgb(32,186,74); }
div.DivClassName
{
background-color: #20BA4A;
}
.BgClassName
{
background-color: #20BA4A;
}
</style>
border-color css
<style>
span { border-color: #20BA4A; }
span { border-color: rgb(32,186,74); }
td.TdClassName
{
border-color: #20BA4A;
}
.TagClassName
{
border-color: #20BA4A;
}
</style>