Html Css Color HEX #1ABD84 Mountain Meadow

📋 copy color: '#1ABD84'

red 26 ◦ green 189 ◦ blue 132

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

Shades of Mountain Meadow #1ABD84

Tints of Mountain Meadow #1ABD84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.04%

R = 7.49%
G = 54.47%
B = 38.04%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#1ABD84 (or 0x1ABD84) is known color: Mountain Meadow. HEX triplet: 1A, BD and 84. RGB value is (26,189,132). Sum of RGB (Red+Green+Blue) = 26+189+132=347 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.49% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #1ABD84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABD84 is #E5427B. Grayscale: #858585. Windows color (decimal): -15024764 or 8699162. OLE color: 8699162.

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

Color convert

RGB 26 189 132 -
CMYK 0.86 0 0.30 0.26
HSL 159.02º 0.76% 0.42% -
HSV(B) 159.02º 0.86% 0.74% -
XYZ 22.79 38.28 28.02 -
YUV 133.77 127 51.13 -
System Red Green Blue C M Y K H S L
Decimal 26 189 132 0.86 0 0.30 0.26 159.02 0.76 0.42
Hex 1A BD 84 56 0 1E 1A 9F 4C 2A
Octal 32 275 204 126 0 36 32 237 114 52
Binary 11010 10111101 10000100 1010110 0 11110 11010 10011111 1001100 101010

Color Harmonies of #1ABD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABD84

Black with #1ABD84

Text Example


Text Example

White with #1ABD84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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