Html Css Color HEX #1ACD86 Mountain Meadow

📋 copy color: '#1ACD86'

red 26 ◦ green 205 ◦ blue 134

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

Shades of Mountain Meadow #1ACD86

Tints of Mountain Meadow #1ACD86

RGB

 RED value IS 26 (10.55% from 255) = 7.12%

 GREEN value IS 205 (80.47% from 255) = 56.16%

 BLUE value IS 134 (52.73% from 255) = 36.71%

R = 7.12%
G = 56.16%
B = 36.71%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#1ACD86 (or 0x1ACD86) is known color: Mountain Meadow. HEX triplet: 1A, CD and 86. RGB value is (26,205,134). Sum of RGB (Red+Green+Blue) = 26+205+134=365 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.12% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #1ACD86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ACD86 is #E53279. Grayscale: #8F8F8F. Windows color (decimal): -15020666 or 8834330. OLE color: 8834330.

HSL color Cylindrical-coordinate representation of color #1ACD86: hue angle of 156.2º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACD86 is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 26 205 134 -
CMYK 0.87 0 0.35 0.20
HSL 156.2º 0.77% 0.45% -
HSV(B) 156.2º 0.87% 0.8% -
XYZ 26.56 45.6 29.96 -
YUV 143.39 122.7 44.27 -
System Red Green Blue C M Y K H S L
Decimal 26 205 134 0.87 0 0.35 0.20 156.2 0.77 0.45
Hex 1A CD 86 57 0 23 14 9C 4D 2D
Octal 32 315 206 127 0 43 24 234 115 55
Binary 11010 11001101 10000110 1010111 0 100011 10100 10011100 1001101 101101

Color Harmonies of #1ACD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACD86

Black with #1ACD86

Text Example


Text Example

White with #1ACD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ACD86; }

 p { color: rgb(26,205,134); }

 H1.HeaderClassName
 {
   color: #1ACD86;
 }
 .AnyTagClassName
 {
   color: #1ACD86;
 }
</style>

background-color css

<style>
 a { background-color: #1ACD86; }

 a { background-color: rgb(26,205,134); }

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

border-color css

<style>
 span { border-color: #1ACD86; }

 span { border-color: rgb(26,205,134); }

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