Html Css Color HEX #20C14A Dark Pastel Green

📋 copy color: '#20C14A'

red 32 ◦ green 193 ◦ blue 74

#20C14A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #20C14A

Tints of Dark Pastel Green #20C14A

RGB

 RED value IS 32 (12.89% from 255) = 10.7%

 GREEN value IS 193 (75.78% from 255) = 64.55%

 BLUE value IS 74 (29.3% from 255) = 24.75%

R = 10.7%
G = 64.55%
B = 24.75%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#20C14A (or 0x20C14A) is known color: Dark Pastel Green. HEX triplet: 20, C1 and 4A. RGB value is (32,193,74). Sum of RGB (Red+Green+Blue) = 32+193+74=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 193 (75.78% from 255 or 64.55% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 193 - color contains mainly: green. Hex color #20C14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C14A is #DF3EB5. Grayscale: #838383. Windows color (decimal): -14630582 or 4899104. OLE color: 4899104.

HSL color Cylindrical-coordinate representation of color #20C14A: hue angle of 135.65º 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 #20C14A is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 193 74 -
CMYK 0.83 0 0.62 0.24
HSL 135.65º 0.72% 0.44% -
HSV(B) 135.65º 0.83% 0.76% -
XYZ 20.9 38.94 12.89 -
YUV 131.3 95.66 57.18 -
System Red Green Blue C M Y K H S L
Decimal 32 193 74 0.83 0 0.62 0.24 135.65 0.72 0.44
Hex 20 C1 4A 53 0 3E 18 88 48 2C
Octal 40 301 112 123 0 76 30 210 110 54
Binary 100000 11000001 1001010 1010011 0 111110 11000 10001000 1001000 101100

Color Harmonies of #20C14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C14A

Black with #20C14A

Text Example


Text Example

White with #20C14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,193,74); }

 H1.HeaderClassName
 {
   color: #20C14A;
 }
 .AnyTagClassName
 {
   color: #20C14A;
 }
</style>

background-color css

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

 a { background-color: rgb(32,193,74); }

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

border-color css

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

 span { border-color: rgb(32,193,74); }

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