Html Css Color HEX #20AF83 Mountain Meadow

📋 copy color: '#20AF83'

red 32 ◦ green 175 ◦ blue 131

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

Shades of Mountain Meadow #20AF83

Tints of Mountain Meadow #20AF83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.76%

R = 9.47%
G = 51.78%
B = 38.76%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#20AF83 (or 0x20AF83) is known color: Mountain Meadow. HEX triplet: 20, AF and 83. RGB value is (32,175,131). Sum of RGB (Red+Green+Blue) = 32+175+131=338 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.47% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AF83 is #DF507C. Grayscale: #7F7F7F. Windows color (decimal): -14635133 or 8630048. OLE color: 8630048.

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

Color convert

RGB 32 175 131 -
CMYK 0.82 0 0.25 0.31
HSL 161.54º 0.69% 0.41% -
HSV(B) 161.54º 0.82% 0.69% -
XYZ 20.02 32.61 26.71 -
YUV 127.23 130.12 60.08 -
System Red Green Blue C M Y K H S L
Decimal 32 175 131 0.82 0 0.25 0.31 161.54 0.69 0.41
Hex 20 AF 83 52 0 19 1F A2 45 29
Octal 40 257 203 122 0 31 37 242 105 51
Binary 100000 10101111 10000011 1010010 0 11001 11111 10100010 1000101 101001

Color Harmonies of #20AF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AF83

Black with #20AF83

Text Example


Text Example

White with #20AF83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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