Shades of Dark Pastel Green #20AB43
Tints of Dark Pastel Green #20AB43
RGB
CMYK
RGB Variations
Color information
#20AB43 (or 0x20AB43) is known color: Dark Pastel Green. HEX triplet: 20, AB and 43. RGB value is (32,171,67). Sum of RGB (Red+Green+Blue) = 32+171+67=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 171 (67.19% from 255 or 63.33% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AB43 is #DF54BC. Grayscale: #757575. Windows color (decimal): -14636221 or 4434720. OLE color: 4434720.
HSL color Cylindrical-coordinate representation of color #20AB43: hue angle of 135.11º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20AB43 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 171 | 67 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.33 |
| HSL | 135.11º | 0.68% | 0.4% | - |
| HSV(B) | 135.11º | 0.81% | 0.67% | - |
| XYZ | 16.17 | 29.84 | 10.22 | - |
| YUV | 117.58 | 99.45 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 67 | 0.81 | 0 | 0.61 | 0.33 | 135.11 | 0.68 | 0.4 |
| Hex | 20 | AB | 43 | 51 | 0 | 3D | 21 | 87 | 44 | 28 |
| Octal | 40 | 253 | 103 | 121 | 0 | 75 | 41 | 207 | 104 | 50 |
| Binary | 100000 | 10101011 | 1000011 | 1010001 | 0 | 111101 | 100001 | 10000111 | 1000100 | 101000 |
Color Harmonies of #20AB43
Complementary color
Monochromatic Colors of #20AB43
Black with #20AB43
Text Example
Text Example
White with #20AB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AB43; }
p { color: rgb(32,171,67); }
H1.HeaderClassName
{
color: #20AB43;
}
.AnyTagClassName
{
color: #20AB43;
}
</style>
background-color css
<style>
a { background-color: #20AB43; }
a { background-color: rgb(32,171,67); }
div.DivClassName
{
background-color: #20AB43;
}
.BgClassName
{
background-color: #20AB43;
}
</style>
border-color css
<style>
span { border-color: #20AB43; }
span { border-color: rgb(32,171,67); }
td.TdClassName
{
border-color: #20AB43;
}
.TagClassName
{
border-color: #20AB43;
}
</style>