Html Css Color HEX #20C94A Malachite

📋 copy color: '#20C94A'

red 32 ◦ green 201 ◦ blue 74

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

Shades of Malachite #20C94A

Tints of Malachite #20C94A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 65.47%

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

R = 10.42%
G = 65.47%
B = 24.1%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#20C94A (or 0x20C94A) is known color: Malachite. HEX triplet: 20, C9 and 4A. RGB value is (32,201,74). Sum of RGB (Red+Green+Blue) = 32+201+74=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 201 (78.91% from 255 or 65.47% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 201 - color contains mainly: green. Hex color #20C94A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C94A is #DF36B5. Grayscale: #888888. Windows color (decimal): -14628534 or 4901152. OLE color: 4901152.

HSL color Cylindrical-coordinate representation of color #20C94A: hue angle of 134.91º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C94A is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 201 74 -
CMYK 0.84 0 0.63 0.21
HSL 134.91º 0.73% 0.46% -
HSV(B) 134.91º 0.84% 0.79% -
XYZ 22.72 42.57 13.5 -
YUV 135.99 93.01 53.83 -
System Red Green Blue C M Y K H S L
Decimal 32 201 74 0.84 0 0.63 0.21 134.91 0.73 0.46
Hex 20 C9 4A 54 0 3F 15 87 49 2E
Octal 40 311 112 124 0 77 25 207 111 56
Binary 100000 11001001 1001010 1010100 0 111111 10101 10000111 1001001 101110

Color Harmonies of #20C94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C94A

Black with #20C94A

Text Example


Text Example

White with #20C94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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