#20A974

Color #20A974 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #20A974

Tints of Mountain Meadow #20A974

Color information

#20A974 (or 0x20A974) is unknown color: approx Mountain Meadow. HEX triplet: 20, A9 and 74. RGB value is (32,169,116). Sum of RGB (Red+Green+Blue) = 32+169+116=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 169 (66.41% from 255 or 53.31% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 169 - color contains mainly: green. Hex color #20A974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A974 is #DF568B. Grayscale: #7A7A7A. Windows color (decimal): -14636684 or 7645472. OLE color: 7645472.

HSL color Cylindrical-coordinate representation of color #20A974: hue angle of 156.79º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A974 is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB32169116-
CMYK0.8100.310.34
HSL156.79º68.16%39.41%-
HSV(B)156.79º81.07%66.27%-
XYZ17.9429.9421.36-
YUV121.99124.6163.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.09%
GREEN value IS 169 (66.41% from 255) = 53.31%
BLUE value IS 116 (45.70% from 255) = 36.59%
R=10.09%
G=53.31%
B=36.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal321691160.8100.310.34156.7968.1639.41
Hex20A9745101F229d4427
Octal402511641210374223510447
Binary1000001010100111101001010001011111100010100111011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,169,116); }

 H1.HeaderClassName
 {
   color: #20A974;
 }
 .AnyTagClassName
 {
   color: #20A974;
 }
</style>
background-color css

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

 a { background-color: rgb(32,169,116); }

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

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

 span { border-color: rgb(32,169,116); }

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