Html Css Color HEX #20C14C Dark Pastel Green

📋 copy color: '#20C14C'

red 32 ◦ green 193 ◦ blue 76

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

Shades of Dark Pastel Green #20C14C

Tints of Dark Pastel Green #20C14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.25%

R = 10.63%
G = 64.12%
B = 25.25%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#20C14C (or 0x20C14C) is known color: Dark Pastel Green. HEX triplet: 20, C1 and 4C. RGB value is (32,193,76). Sum of RGB (Red+Green+Blue) = 32+193+76=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 193 (75.78% from 255 or 64.12% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 193 - color contains mainly: green. Hex color #20C14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C14C is #DF3EB3. Grayscale: #838383. Windows color (decimal): -14630580 or 5030176. OLE color: 5030176.

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

Color convert

RGB 32 193 76 -
CMYK 0.83 0 0.61 0.24
HSL 136.4º 0.72% 0.44% -
HSV(B) 136.4º 0.83% 0.76% -
XYZ 20.97 38.97 13.25 -
YUV 131.52 96.66 57.01 -
System Red Green Blue C M Y K H S L
Decimal 32 193 76 0.83 0 0.61 0.24 136.4 0.72 0.44
Hex 20 C1 4C 53 0 3D 18 88 48 2C
Octal 40 301 114 123 0 75 30 210 110 54
Binary 100000 11000001 1001100 1010011 0 111101 11000 10001000 1001000 101100

Color Harmonies of #20C14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C14C

Black with #20C14C

Text Example


Text Example

White with #20C14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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