Html Css Color HEX #1AB972 Mountain Meadow

📋 copy color: '#1AB972'

red 26 ◦ green 185 ◦ blue 114

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

Shades of Mountain Meadow #1AB972

Tints of Mountain Meadow #1AB972

RGB

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

 GREEN value IS 185 (72.66% from 255) = 56.92%

 BLUE value IS 114 (44.92% from 255) = 35.08%

R = 8%
G = 56.92%
B = 35.08%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#1AB972 (or 0x1AB972) is known color: Mountain Meadow. HEX triplet: 1A, B9 and 72. RGB value is (26,185,114). Sum of RGB (Red+Green+Blue) = 26+185+114=325 (43% of max value = 765). Red value is 26 (10.55% from 255 or 8% from 325); Green value is 185 (72.66% from 255 or 56.92% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB972 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB972 is #E5468D. Grayscale: #818181. Windows color (decimal): -15025806 or 7518490. OLE color: 7518490.

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

Color convert

RGB 26 185 114 -
CMYK 0.86 0 0.38 0.27
HSL 153.21º 0.75% 0.41% -
HSV(B) 153.21º 0.86% 0.73% -
XYZ 20.81 36.13 21.8 -
YUV 129.37 119.32 54.27 -
System Red Green Blue C M Y K H S L
Decimal 26 185 114 0.86 0 0.38 0.27 153.21 0.75 0.41
Hex 1A B9 72 56 0 26 1B 99 4B 29
Octal 32 271 162 126 0 46 33 231 113 51
Binary 11010 10111001 1110010 1010110 0 100110 11011 10011001 1001011 101001

Color Harmonies of #1AB972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB972

Black with #1AB972

Text Example


Text Example

White with #1AB972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,185,114); }

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

background-color css

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

 a { background-color: rgb(26,185,114); }

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

border-color css

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

 span { border-color: rgb(26,185,114); }

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