Html Css Color HEX #1ABD7A Mountain Meadow

📋 copy color: '#1ABD7A'

red 26 ◦ green 189 ◦ blue 122

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

Shades of Mountain Meadow #1ABD7A

Tints of Mountain Meadow #1ABD7A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 56.08%

 BLUE value IS 122 (48.05% from 255) = 36.2%

R = 7.72%
G = 56.08%
B = 36.2%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#1ABD7A (or 0x1ABD7A) is known color: Mountain Meadow. HEX triplet: 1A, BD and 7A. RGB value is (26,189,122). Sum of RGB (Red+Green+Blue) = 26+189+122=337 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.72% from 337); Green value is 189 (74.22% from 255 or 56.08% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 189 - color contains mainly: green. Hex color #1ABD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABD7A is #E54285. Grayscale: #848484. Windows color (decimal): -15024774 or 8043802. OLE color: 8043802.

HSL color Cylindrical-coordinate representation of color #1ABD7A: hue angle of 155.34º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABD7A is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 189 122 -
CMYK 0.86 0 0.35 0.26
HSL 155.34º 0.76% 0.42% -
HSV(B) 155.34º 0.86% 0.74% -
XYZ 22.14 38.02 24.58 -
YUV 132.63 122 51.95 -
System Red Green Blue C M Y K H S L
Decimal 26 189 122 0.86 0 0.35 0.26 155.34 0.76 0.42
Hex 1A BD 7A 56 0 23 1A 9B 4C 2A
Octal 32 275 172 126 0 43 32 233 114 52
Binary 11010 10111101 1111010 1010110 0 100011 11010 10011011 1001100 101010

Color Harmonies of #1ABD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABD7A

Black with #1ABD7A

Text Example


Text Example

White with #1ABD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,189,122); }

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

background-color css

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

 a { background-color: rgb(26,189,122); }

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

border-color css

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

 span { border-color: rgb(26,189,122); }

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