#20B14B

Color #20B14B Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #20B14B

Tints of Dark Pastel Green #20B14B

Color information

#20B14B (or 0x20B14B) is unknown color: approx Dark Pastel Green. HEX triplet: 20, B1 and 4B. RGB value is (32,177,75). Sum of RGB (Red+Green+Blue) = 32+177+75=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 177 (69.53% from 255 or 62.32% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 177 - color contains mainly: green. Hex color #20B14B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20B14B is #DF4EB4. Grayscale: #7A7A7A. Windows color (decimal): -14634677 or 4960544. OLE color: 4960544.

HSL color Cylindrical-coordinate representation of color #20B14B: hue angle of 137.79º 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 #20B14B is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB3217775-
CMYK0.8200.580.31
HSL137.79º69.38%40.98%-
HSV(B)137.79º81.92%69.41%-
XYZ17.5932.2611.96-
YUV122.02101.4663.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 11.27%
GREEN value IS 177 (69.53% from 255) = 62.32%
BLUE value IS 75 (29.69% from 255) = 26.41%
R=11.27%
G=62.32%
B=26.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal32177750.8200.580.31137.7969.3840.98
Hex20B14B5203A1F8a4529
Octal402611131220723721210551
Binary1000001011000110010111010010011101011111100010101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20B14B; }

 p { color: rgb(32,177,75); }

 H1.HeaderClassName
 {
   color: #20B14B;
 }
 .AnyTagClassName
 {
   color: #20B14B;
 }
</style>
background-color css

<style>
 a { background-color: #20B14B; }

 a { background-color: rgb(32,177,75); }

 div.DivClassName
 {
   background-color: #20B14B;
 }
 .BgClassName
 {
   background-color: #20B14B;
 }
</style>
border-color css

<style>
 span { border-color: #20B14B; }

 span { border-color: rgb(32,177,75); }

 td.TdClassName
 {
   border-color: #20B14B;
 }
 .TagClassName
 {
   border-color: #20B14B;
 }
</style>