Html Css Color HEX #1AC386 Mountain Meadow

📋 copy color: '#1AC386'

red 26 ◦ green 195 ◦ blue 134

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

Shades of Mountain Meadow #1AC386

Tints of Mountain Meadow #1AC386

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.93%

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

R = 7.32%
G = 54.93%
B = 37.75%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#1AC386 (or 0x1AC386) is known color: Mountain Meadow. HEX triplet: 1A, C3 and 86. RGB value is (26,195,134). Sum of RGB (Red+Green+Blue) = 26+195+134=355 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.32% from 355); Green value is 195 (76.56% from 255 or 54.93% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 195 - color contains mainly: green. Hex color #1AC386 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC386 is #E53C79. Grayscale: #898989. Windows color (decimal): -15023226 or 8831770. OLE color: 8831770.

HSL color Cylindrical-coordinate representation of color #1AC386: hue angle of 158.34º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC386 is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 26 195 134 -
CMYK 0.87 0 0.31 0.24
HSL 158.34º 0.76% 0.43% -
HSV(B) 158.34º 0.87% 0.76% -
XYZ 24.24 40.97 29.18 -
YUV 137.52 126.01 48.46 -
System Red Green Blue C M Y K H S L
Decimal 26 195 134 0.87 0 0.31 0.24 158.34 0.76 0.43
Hex 1A C3 86 57 0 1F 18 9E 4C 2B
Octal 32 303 206 127 0 37 30 236 114 53
Binary 11010 11000011 10000110 1010111 0 11111 11000 10011110 1001100 101011

Color Harmonies of #1AC386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC386

Black with #1AC386

Text Example


Text Example

White with #1AC386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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