Html Css Color HEX #20CA82 Mountain Meadow

📋 copy color: '#20CA82'

red 32 ◦ green 202 ◦ blue 130

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

Shades of Mountain Meadow #20CA82

Tints of Mountain Meadow #20CA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.71%

R = 8.79%
G = 55.49%
B = 35.71%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#20CA82 (or 0x20CA82) is known color: Mountain Meadow. HEX triplet: 20, CA and 82. RGB value is (32,202,130). Sum of RGB (Red+Green+Blue) = 32+202+130=364 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.79% from 364); Green value is 202 (79.30% from 255 or 55.49% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CA82 is #DF357D. Grayscale: #8F8F8F. Windows color (decimal): -14628222 or 8571424. OLE color: 8571424.

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

Color convert

RGB 32 202 130 -
CMYK 0.84 0 0.36 0.21
HSL 154.59º 0.73% 0.46% -
HSV(B) 154.59º 0.84% 0.79% -
XYZ 25.75 44.16 28.29 -
YUV 142.96 120.68 48.85 -
System Red Green Blue C M Y K H S L
Decimal 32 202 130 0.84 0 0.36 0.21 154.59 0.73 0.46
Hex 20 CA 82 54 0 24 15 9B 49 2E
Octal 40 312 202 124 0 44 25 233 111 56
Binary 100000 11001010 10000010 1010100 0 100100 10101 10011011 1001001 101110

Color Harmonies of #20CA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA82

Black with #20CA82

Text Example


Text Example

White with #20CA82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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