Html Css Color HEX #20C072 Mountain Meadow

📋 copy color: '#20C072'

red 32 ◦ green 192 ◦ blue 114

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

Shades of Mountain Meadow #20C072

Tints of Mountain Meadow #20C072

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.8%

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 9.47%
G = 56.8%
B = 33.73%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#20C072 (or 0x20C072) is known color: Mountain Meadow. HEX triplet: 20, C0 and 72. RGB value is (32,192,114). Sum of RGB (Red+Green+Blue) = 32+192+114=338 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.47% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #20C072 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C072 is #DF3F8D. Grayscale: #878787. Windows color (decimal): -14630798 or 7520288. OLE color: 7520288.

HSL color Cylindrical-coordinate representation of color #20C072: hue angle of 150.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C072 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 192 114 -
CMYK 0.83 0 0.41 0.25
HSL 150.75º 0.71% 0.44% -
HSV(B) 150.75º 0.83% 0.75% -
XYZ 22.48 39.22 22.31 -
YUV 135.27 115.99 54.34 -
System Red Green Blue C M Y K H S L
Decimal 32 192 114 0.83 0 0.41 0.25 150.75 0.71 0.44
Hex 20 C0 72 53 0 29 19 97 47 2C
Octal 40 300 162 123 0 51 31 227 107 54
Binary 100000 11000000 1110010 1010011 0 101001 11001 10010111 1000111 101100

Color Harmonies of #20C072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C072

Black with #20C072

Text Example


Text Example

White with #20C072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,192,114); }

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

background-color css

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

 a { background-color: rgb(32,192,114); }

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

border-color css

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

 span { border-color: rgb(32,192,114); }

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