Html Css Color HEX #20CA69 Malachite

📋 copy color: '#20CA69'

red 32 ◦ green 202 ◦ blue 105

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

Shades of Malachite #20CA69

Tints of Malachite #20CA69

RGB

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

 GREEN value IS 202 (79.3% from 255) = 59.59%

 BLUE value IS 105 (41.41% from 255) = 30.97%

R = 9.44%
G = 59.59%
B = 30.97%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#20CA69 (or 0x20CA69) is known color: Malachite. HEX triplet: 20, CA and 69. RGB value is (32,202,105). Sum of RGB (Red+Green+Blue) = 32+202+105=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 202 (79.30% from 255 or 59.59% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CA69 is #DF3596. Grayscale: #8C8C8C. Windows color (decimal): -14628247 or 6933024. OLE color: 6933024.

HSL color Cylindrical-coordinate representation of color #20CA69: hue angle of 145.76º 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 #20CA69 is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 202 105 -
CMYK 0.84 0 0.48 0.21
HSL 145.76º 0.73% 0.46% -
HSV(B) 145.76º 0.84% 0.79% -
XYZ 24.27 43.57 20.5 -
YUV 140.11 108.18 50.89 -
System Red Green Blue C M Y K H S L
Decimal 32 202 105 0.84 0 0.48 0.21 145.76 0.73 0.46
Hex 20 CA 69 54 0 30 15 92 49 2E
Octal 40 312 151 124 0 60 25 222 111 56
Binary 100000 11001010 1101001 1010100 0 110000 10101 10010010 1001001 101110

Color Harmonies of #20CA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA69

Black with #20CA69

Text Example


Text Example

White with #20CA69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,202,105); }

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

background-color css

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

 a { background-color: rgb(32,202,105); }

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

border-color css

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

 span { border-color: rgb(32,202,105); }

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