#1ABE72

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

Shades of Mountain Meadow #1ABE72

Tints of Mountain Meadow #1ABE72

Color information

#1ABE72 (or 0x1ABE72) is unknown color: approx Mountain Meadow. HEX triplet: 1A, BE and 72. RGB value is (26,190,114). Sum of RGB (Red+Green+Blue) = 26+190+114=330 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.88% from 330); Green value is 190 (74.61% from 255 or 57.58% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 190 - color contains mainly: green. Hex color #1ABE72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABE72 is #E5418D. Grayscale: #848484. Windows color (decimal): -15024526 or 7519770. OLE color: 7519770.

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

Color convert

RGB26190114-
CMYK0.8600.400.25
HSL152.2º75.93%42.35%-
HSV(B)152.2º86.32%74.51%-
XYZ21.8838.2622.15-
YUV132.3117.6752.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.88%
GREEN value IS 190 (74.61% from 255) = 57.58%
BLUE value IS 114 (44.92% from 255) = 34.55%
R=7.88%
G=57.58%
B=34.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal261901140.8600.400.25152.275.9342.35
Hex1ABE725602819984c2a
Octal322761621260503123011452
Binary110101011111011100101010110010100011001100110001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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