Html Css Color HEX #20C145 Dark Pastel Green

📋 copy color: '#20C145'

red 32 ◦ green 193 ◦ blue 69

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

Shades of Dark Pastel Green #20C145

Tints of Dark Pastel Green #20C145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.47%

R = 10.88%
G = 65.65%
B = 23.47%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#20C145 (or 0x20C145) is known color: Dark Pastel Green. HEX triplet: 20, C1 and 45. RGB value is (32,193,69). Sum of RGB (Red+Green+Blue) = 32+193+69=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 193 (75.78% from 255 or 65.65% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 193 - color contains mainly: green. Hex color #20C145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C145 is #DF3EBA. Grayscale: #838383. Windows color (decimal): -14630587 or 4571424. OLE color: 4571424.

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

Color convert

RGB 32 193 69 -
CMYK 0.83 0 0.64 0.24
HSL 133.79º 0.72% 0.44% -
HSV(B) 133.79º 0.83% 0.76% -
XYZ 20.74 38.88 12.04 -
YUV 130.73 93.16 57.58 -
System Red Green Blue C M Y K H S L
Decimal 32 193 69 0.83 0 0.64 0.24 133.79 0.72 0.44
Hex 20 C1 45 53 0 40 18 86 48 2C
Octal 40 301 105 123 0 100 30 206 110 54
Binary 100000 11000001 1000101 1010011 0 1000000 11000 10000110 1001000 101100

Color Harmonies of #20C145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C145

Black with #20C145

Text Example


Text Example

White with #20C145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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