Html Css Color HEX #11AF7D Mountain Meadow

📋 copy color: '#11AF7D'

red 17 ◦ green 175 ◦ blue 125

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

Shades of Mountain Meadow #11AF7D

Tints of Mountain Meadow #11AF7D

RGB

 RED value IS 17 (7.03% from 255) = 5.36%

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

 BLUE value IS 125 (49.22% from 255) = 39.43%

R = 5.36%
G = 55.21%
B = 39.43%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#11AF7D (or 0x11AF7D) is known color: Mountain Meadow. HEX triplet: 11, AF and 7D. RGB value is (17,175,125). Sum of RGB (Red+Green+Blue) = 17+175+125=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 175 (68.75% from 255 or 55.21% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AF7D is #EE5082. Grayscale: #7A7A7A. Windows color (decimal): -15618179 or 8236817. OLE color: 8236817.

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

Color convert

RGB 17 175 125 -
CMYK 0.90 0 0.29 0.31
HSL 161.01º 0.82% 0.38% -
HSV(B) 161.01º 0.9% 0.69% -
XYZ 19.26 32.26 24.61 -
YUV 122.06 129.65 53.07 -
System Red Green Blue C M Y K H S L
Decimal 17 175 125 0.90 0 0.29 0.31 161.01 0.82 0.38
Hex 11 AF 7D 5A 0 1D 1F A1 52 26
Octal 21 257 175 132 0 35 37 241 122 46
Binary 10001 10101111 1111101 1011010 0 11101 11111 10100001 1010010 100110

Color Harmonies of #11AF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AF7D

Black with #11AF7D

Text Example


Text Example

White with #11AF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11AF7D; }

 p { color: rgb(17,175,125); }

 H1.HeaderClassName
 {
   color: #11AF7D;
 }
 .AnyTagClassName
 {
   color: #11AF7D;
 }
</style>

background-color css

<style>
 a { background-color: #11AF7D; }

 a { background-color: rgb(17,175,125); }

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

border-color css

<style>
 span { border-color: #11AF7D; }

 span { border-color: rgb(17,175,125); }

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