Html Css Color HEX #20C872 Mountain Meadow

📋 copy color: '#20C872'

red 32 ◦ green 200 ◦ blue 114

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

Shades of Mountain Meadow #20C872

Tints of Mountain Meadow #20C872

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.8%

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

R = 9.25%
G = 57.8%
B = 32.95%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#20C872 (or 0x20C872) is known color: Mountain Meadow. HEX triplet: 20, C8 and 72. RGB value is (32,200,114). Sum of RGB (Red+Green+Blue) = 32+200+114=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 200 (78.52% from 255 or 57.80% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 200 - color contains mainly: green. Hex color #20C872 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C872 is #DF378D. Grayscale: #8C8C8C. Windows color (decimal): -14628750 or 7522336. OLE color: 7522336.

HSL color Cylindrical-coordinate representation of color #20C872: hue angle of 149.29º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C872 is Cyan = 0.84, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 32 200 114 -
CMYK 0.84 0 0.43 0.22
HSL 149.29º 0.72% 0.45% -
HSV(B) 149.29º 0.84% 0.78% -
XYZ 24.29 42.83 22.91 -
YUV 139.96 113.34 50.99 -
System Red Green Blue C M Y K H S L
Decimal 32 200 114 0.84 0 0.43 0.22 149.29 0.72 0.45
Hex 20 C8 72 54 0 2B 16 95 48 2D
Octal 40 310 162 124 0 53 26 225 110 55
Binary 100000 11001000 1110010 1010100 0 101011 10110 10010101 1001000 101101

Color Harmonies of #20C872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C872

Black with #20C872

Text Example


Text Example

White with #20C872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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