Shades of Dark Pastel Green #20AF4A
Tints of Dark Pastel Green #20AF4A
RGB
CMYK
RGB Variations
Color information
#20AF4A (or 0x20AF4A) is known color: Dark Pastel Green. HEX triplet: 20, AF and 4A. RGB value is (32,175,74). Sum of RGB (Red+Green+Blue) = 32+175+74=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 175 (68.75% from 255 or 62.28% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AF4A is #DF50B5. Grayscale: #787878. Windows color (decimal): -14635190 or 4894496. OLE color: 4894496.
HSL color Cylindrical-coordinate representation of color #20AF4A: hue angle of 137.62º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AF4A is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 74 | - |
| CMYK | 0.82 | 0 | 0.58 | 0.31 |
| HSL | 137.62º | 0.69% | 0.41% | - |
| HSV(B) | 137.62º | 0.82% | 0.69% | - |
| XYZ | 17.16 | 31.46 | 11.65 | - |
| YUV | 120.73 | 101.62 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 74 | 0.82 | 0 | 0.58 | 0.31 | 137.62 | 0.69 | 0.41 |
| Hex | 20 | AF | 4A | 52 | 0 | 3A | 1F | 8A | 45 | 29 |
| Octal | 40 | 257 | 112 | 122 | 0 | 72 | 37 | 212 | 105 | 51 |
| Binary | 100000 | 10101111 | 1001010 | 1010010 | 0 | 111010 | 11111 | 10001010 | 1000101 | 101001 |
Color Harmonies of #20AF4A
Complementary color
Monochromatic Colors of #20AF4A
Black with #20AF4A
Text Example
Text Example
White with #20AF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF4A; }
p { color: rgb(32,175,74); }
H1.HeaderClassName
{
color: #20AF4A;
}
.AnyTagClassName
{
color: #20AF4A;
}
</style>
background-color css
<style>
a { background-color: #20AF4A; }
a { background-color: rgb(32,175,74); }
div.DivClassName
{
background-color: #20AF4A;
}
.BgClassName
{
background-color: #20AF4A;
}
</style>
border-color css
<style>
span { border-color: #20AF4A; }
span { border-color: rgb(32,175,74); }
td.TdClassName
{
border-color: #20AF4A;
}
.TagClassName
{
border-color: #20AF4A;
}
</style>