Html Css Color HEX #1ABC7A Mountain Meadow

📋 copy color: '#1ABC7A'

red 26 ◦ green 188 ◦ blue 122

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

Shades of Mountain Meadow #1ABC7A

Tints of Mountain Meadow #1ABC7A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 55.95%

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

R = 7.74%
G = 55.95%
B = 36.31%

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

#1ABC7A (or 0x1ABC7A) is known color: Mountain Meadow. HEX triplet: 1A, BC and 7A. RGB value is (26,188,122). Sum of RGB (Red+Green+Blue) = 26+188+122=336 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.74% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABC7A is #E54385. Grayscale: #848484. Windows color (decimal): -15025030 or 8043546. OLE color: 8043546.

HSL color Cylindrical-coordinate representation of color #1ABC7A: hue angle of 155.56º 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 #1ABC7A is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 188 122 -
CMYK 0.86 0 0.35 0.26
HSL 155.56º 0.76% 0.42% -
HSV(B) 155.56º 0.86% 0.74% -
XYZ 21.92 37.59 24.51 -
YUV 132.04 122.33 52.37 -
System Red Green Blue C M Y K H S L
Decimal 26 188 122 0.86 0 0.35 0.26 155.56 0.76 0.42
Hex 1A BC 7A 56 0 23 1A 9C 4C 2A
Octal 32 274 172 126 0 43 32 234 114 52
Binary 11010 10111100 1111010 1010110 0 100011 11010 10011100 1001100 101010

Color Harmonies of #1ABC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABC7A

Black with #1ABC7A

Text Example


Text Example

White with #1ABC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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