Html Css Color HEX #20CA7E Mountain Meadow

📋 copy color: '#20CA7E'

red 32 ◦ green 202 ◦ blue 126

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

Shades of Mountain Meadow #20CA7E

Tints of Mountain Meadow #20CA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35%

R = 8.89%
G = 56.11%
B = 35%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#20CA7E (or 0x20CA7E) is known color: Mountain Meadow. HEX triplet: 20, CA and 7E. RGB value is (32,202,126). Sum of RGB (Red+Green+Blue) = 32+202+126=360 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.89% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CA7E is #DF3581. Grayscale: #8E8E8E. Windows color (decimal): -14628226 or 8309280. OLE color: 8309280.

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

Color convert

RGB 32 202 126 -
CMYK 0.84 0 0.38 0.21
HSL 153.18º 0.73% 0.46% -
HSV(B) 153.18º 0.84% 0.79% -
XYZ 25.48 44.05 26.9 -
YUV 142.51 118.68 49.18 -
System Red Green Blue C M Y K H S L
Decimal 32 202 126 0.84 0 0.38 0.21 153.18 0.73 0.46
Hex 20 CA 7E 54 0 26 15 99 49 2E
Octal 40 312 176 124 0 46 25 231 111 56
Binary 100000 11001010 1111110 1010100 0 100110 10101 10011001 1001001 101110

Color Harmonies of #20CA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA7E

Black with #20CA7E

Text Example


Text Example

White with #20CA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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