#20AF6D

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

Shades of Mountain Meadow #20AF6D

Tints of Mountain Meadow #20AF6D

Color information

#20AF6D (or 0x20AF6D) is unknown color: approx Mountain Meadow. HEX triplet: 20, AF and 6D. RGB value is (32,175,109). Sum of RGB (Red+Green+Blue) = 32+175+109=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 175 (68.75% from 255 or 55.38% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AF6D is #DF5092. Grayscale: #7C7C7C. Windows color (decimal): -14635155 or 7188256. OLE color: 7188256.

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

Color convert

RGB32175109-
CMYK0.8200.380.31
HSL152.31º69.08%40.59%-
HSV(B)152.31º81.71%68.63%-
XYZ18.6932.0719.67-
YUV124.72119.1261.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.13%
GREEN value IS 175 (68.75% from 255) = 55.38%
BLUE value IS 109 (42.97% from 255) = 34.49%
R=10.13%
G=55.38%
B=34.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal321751090.8200.380.31152.3169.0840.59
Hex20AF6D520261F984529
Octal402571551220463723010551
Binary1000001010111111011011010010010011011111100110001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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