Html Css Color HEX #1ABA93 Mountain Meadow

📋 copy color: '#1ABA93'

red 26 ◦ green 186 ◦ blue 147

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

Shades of Mountain Meadow #1ABA93

Tints of Mountain Meadow #1ABA93

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.81%

 BLUE value IS 147 (57.81% from 255) = 40.95%

R = 7.24%
G = 51.81%
B = 40.95%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#1ABA93 (or 0x1ABA93) is known color: Mountain Meadow. HEX triplet: 1A, BA and 93. RGB value is (26,186,147). Sum of RGB (Red+Green+Blue) = 26+186+147=359 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.24% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABA93 is #E5456C. Grayscale: #858585. Windows color (decimal): -15025517 or 9681434. OLE color: 9681434.

HSL color Cylindrical-coordinate representation of color #1ABA93: hue angle of 165.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABA93 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 186 147 -
CMYK 0.86 0 0.21 0.27
HSL 165.38º 0.75% 0.42% -
HSV(B) 165.38º 0.86% 0.73% -
XYZ 23.25 37.44 33.61 -
YUV 133.71 135.49 51.17 -
System Red Green Blue C M Y K H S L
Decimal 26 186 147 0.86 0 0.21 0.27 165.38 0.75 0.42
Hex 1A BA 93 56 0 15 1B A5 4B 2A
Octal 32 272 223 126 0 25 33 245 113 52
Binary 11010 10111010 10010011 1010110 0 10101 11011 10100101 1001011 101010

Color Harmonies of #1ABA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABA93

Black with #1ABA93

Text Example


Text Example

White with #1ABA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,186,147); }

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

background-color css

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

 a { background-color: rgb(26,186,147); }

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

border-color css

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

 span { border-color: rgb(26,186,147); }

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