#1ABF84

Color #1ABF84 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #1ABF84

Tints of Mountain Meadow #1ABF84

Color information

#1ABF84 (or 0x1ABF84) is unknown color: approx Mountain Meadow. HEX triplet: 1A, BF and 84. RGB value is (26,191,132). Sum of RGB (Red+Green+Blue) = 26+191+132=349 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.45% from 349); Green value is 191 (75% from 255 or 54.73% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABF84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABF84 is #E5407B. Grayscale: #878787. Windows color (decimal): -15024252 or 8699674. OLE color: 8699674.

HSL color Cylindrical-coordinate representation of color #1ABF84: hue angle of 158.55º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABF84 is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB26191132-
CMYK0.8600.310.25
HSL158.55º76.04%42.55%-
HSV(B)158.55º86.39%74.9%-
XYZ23.2239.1528.16-
YUV134.94126.3450.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.45%
GREEN value IS 191 (75% from 255) = 54.73%
BLUE value IS 132 (51.95% from 255) = 37.82%
R=7.45%
G=54.73%
B=37.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal261911320.8600.310.25158.5576.0442.55
Hex1ABF845601F199f4c2b
Octal322772041260373123711453
Binary110101011111110000100101011001111111001100111111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1ABF84;
 }
 .AnyTagClassName
 {
   color: #1ABF84;
 }
</style>
background-color css

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

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

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

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

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

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