Html Css Color HEX #20CA46 Malachite

📋 copy color: '#20CA46'

red 32 ◦ green 202 ◦ blue 70

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

Shades of Malachite #20CA46

Tints of Malachite #20CA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 10.53%
G = 66.45%
B = 23.03%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#20CA46 (or 0x20CA46) is known color: Malachite. HEX triplet: 20, CA and 46. RGB value is (32,202,70). Sum of RGB (Red+Green+Blue) = 32+202+70=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 202 (79.30% from 255 or 66.45% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA46 is #DF35B9. Grayscale: #888888. Windows color (decimal): -14628282 or 4639264. OLE color: 4639264.

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

Color convert

RGB 32 202 70 -
CMYK 0.84 0 0.65 0.21
HSL 133.41º 0.73% 0.46% -
HSV(B) 133.41º 0.84% 0.79% -
XYZ 22.82 42.99 12.89 -
YUV 136.12 90.68 53.73 -
System Red Green Blue C M Y K H S L
Decimal 32 202 70 0.84 0 0.65 0.21 133.41 0.73 0.46
Hex 20 CA 46 54 0 41 15 85 49 2E
Octal 40 312 106 124 0 101 25 205 111 56
Binary 100000 11001010 1000110 1010100 0 1000001 10101 10000101 1001001 101110

Color Harmonies of #20CA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA46

Black with #20CA46

Text Example


Text Example

White with #20CA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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