Html Css Color HEX #20C158 Malachite

📋 copy color: '#20C158'

red 32 ◦ green 193 ◦ blue 88

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

Shades of Malachite #20C158

Tints of Malachite #20C158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.12%

R = 10.22%
G = 61.66%
B = 28.12%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#20C158 (or 0x20C158) is known color: Malachite. HEX triplet: 20, C1 and 58. RGB value is (32,193,88). Sum of RGB (Red+Green+Blue) = 32+193+88=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 193 (75.78% from 255 or 61.66% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 193 - color contains mainly: green. Hex color #20C158 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C158 is #DF3EA7. Grayscale: #858585. Windows color (decimal): -14630568 or 5816608. OLE color: 5816608.

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

Color convert

RGB 32 193 88 -
CMYK 0.83 0 0.54 0.24
HSL 140.87º 0.72% 0.44% -
HSV(B) 140.87º 0.83% 0.76% -
XYZ 21.43 39.15 15.66 -
YUV 132.89 102.66 56.04 -
System Red Green Blue C M Y K H S L
Decimal 32 193 88 0.83 0 0.54 0.24 140.87 0.72 0.44
Hex 20 C1 58 53 0 36 18 8D 48 2C
Octal 40 301 130 123 0 66 30 215 110 54
Binary 100000 11000001 1011000 1010011 0 110110 11000 10001101 1001000 101100

Color Harmonies of #20C158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C158

Black with #20C158

Text Example


Text Example

White with #20C158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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