Html Css Color HEX #11A481 Mountain Meadow

📋 copy color: '#11A481'

red 17 ◦ green 164 ◦ blue 129

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

Shades of Mountain Meadow #11A481

Tints of Mountain Meadow #11A481

RGB

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

 GREEN value IS 164 (64.45% from 255) = 52.9%

 BLUE value IS 129 (50.78% from 255) = 41.61%

R = 5.48%
G = 52.9%
B = 41.61%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#11A481 (or 0x11A481) is known color: Mountain Meadow. HEX triplet: 11, A4 and 81. RGB value is (17,164,129). Sum of RGB (Red+Green+Blue) = 17+164+129=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 164 (64.45% from 255 or 52.90% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 164 - color contains mainly: green. Hex color #11A481 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A481 is #EE5B7E. Grayscale: #747474. Windows color (decimal): -15620991 or 8496145. OLE color: 8496145.

HSL color Cylindrical-coordinate representation of color #11A481: hue angle of 165.71º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A481 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 164 129 -
CMYK 0.90 0 0.21 0.36
HSL 165.71º 0.81% 0.35% -
HSV(B) 165.71º 0.9% 0.64% -
XYZ 17.47 28.26 25.3 -
YUV 116.06 135.3 57.35 -
System Red Green Blue C M Y K H S L
Decimal 17 164 129 0.90 0 0.21 0.36 165.71 0.81 0.35
Hex 11 A4 81 5A 0 15 24 A6 51 23
Octal 21 244 201 132 0 25 44 246 121 43
Binary 10001 10100100 10000001 1011010 0 10101 100100 10100110 1010001 100011

Color Harmonies of #11A481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A481

Black with #11A481

Text Example


Text Example

White with #11A481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,164,129); }

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

background-color css

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

 a { background-color: rgb(17,164,129); }

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

border-color css

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

 span { border-color: rgb(17,164,129); }

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