Html Css Color HEX #20AF7C Mountain Meadow

📋 copy color: '#20AF7C'

red 32 ◦ green 175 ◦ blue 124

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

Shades of Mountain Meadow #20AF7C

Tints of Mountain Meadow #20AF7C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 52.87%

 BLUE value IS 124 (48.83% from 255) = 37.46%

R = 9.67%
G = 52.87%
B = 37.46%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#20AF7C (or 0x20AF7C) is known color: Mountain Meadow. HEX triplet: 20, AF and 7C. RGB value is (32,175,124). Sum of RGB (Red+Green+Blue) = 32+175+124=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AF7C is #DF5083. Grayscale: #7E7E7E. Windows color (decimal): -14635140 or 8171296. OLE color: 8171296.

HSL color Cylindrical-coordinate representation of color #20AF7C: hue angle of 158.6º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AF7C is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 175 124 -
CMYK 0.82 0 0.29 0.31
HSL 158.6º 0.69% 0.41% -
HSV(B) 158.6º 0.82% 0.69% -
XYZ 19.56 32.42 24.3 -
YUV 126.43 126.62 60.65 -
System Red Green Blue C M Y K H S L
Decimal 32 175 124 0.82 0 0.29 0.31 158.6 0.69 0.41
Hex 20 AF 7C 52 0 1D 1F 9F 45 29
Octal 40 257 174 122 0 35 37 237 105 51
Binary 100000 10101111 1111100 1010010 0 11101 11111 10011111 1000101 101001

Color Harmonies of #20AF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AF7C

Black with #20AF7C

Text Example


Text Example

White with #20AF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,175,124); }

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

background-color css

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

 a { background-color: rgb(32,175,124); }

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

border-color css

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

 span { border-color: rgb(32,175,124); }

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