Html Css Color HEX #11A882 Mountain Meadow

📋 copy color: '#11A882'

red 17 ◦ green 168 ◦ blue 130

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

Shades of Mountain Meadow #11A882

Tints of Mountain Meadow #11A882

RGB

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

 GREEN value IS 168 (66.02% from 255) = 53.33%

 BLUE value IS 130 (51.17% from 255) = 41.27%

R = 5.4%
G = 53.33%
B = 41.27%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#11A882 (or 0x11A882) is known color: Mountain Meadow. HEX triplet: 11, A8 and 82. RGB value is (17,168,130). Sum of RGB (Red+Green+Blue) = 17+168+130=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 168 (66.02% from 255 or 53.33% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 168 - color contains mainly: green. Hex color #11A882 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A882 is #EE577D. Grayscale: #767676. Windows color (decimal): -15619966 or 8562705. OLE color: 8562705.

HSL color Cylindrical-coordinate representation of color #11A882: hue angle of 164.9º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A882 is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB 17 168 130 -
CMYK 0.90 0 0.23 0.34
HSL 164.9º 0.82% 0.36% -
HSV(B) 164.9º 0.9% 0.66% -
XYZ 18.26 29.74 25.9 -
YUV 118.52 134.47 55.59 -
System Red Green Blue C M Y K H S L
Decimal 17 168 130 0.90 0 0.23 0.34 164.9 0.82 0.36
Hex 11 A8 82 5A 0 17 22 A5 52 24
Octal 21 250 202 132 0 27 42 245 122 44
Binary 10001 10101000 10000010 1011010 0 10111 100010 10100101 1010010 100100

Color Harmonies of #11A882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A882

Black with #11A882

Text Example


Text Example

White with #11A882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,168,130); }

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

background-color css

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

 a { background-color: rgb(17,168,130); }

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

border-color css

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

 span { border-color: rgb(17,168,130); }

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