#1ABA78

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

Shades of Mountain Meadow #1ABA78

Tints of Mountain Meadow #1ABA78

Color information

#1ABA78 (or 0x1ABA78) is unknown color: approx Mountain Meadow. HEX triplet: 1A, BA and 78. RGB value is (26,186,120). Sum of RGB (Red+Green+Blue) = 26+186+120=332 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.83% from 332); Green value is 186 (73.05% from 255 or 56.02% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABA78 is #E54587. Grayscale: #828282. Windows color (decimal): -15025544 or 7911962. OLE color: 7911962.

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

Color convert

RGB26186120-
CMYK0.8600.350.27
HSL155.25º75.47%41.57%-
HSV(B)155.25º86.02%72.94%-
XYZ21.3836.6923.73-
YUV130.64121.9953.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.83%
GREEN value IS 186 (73.05% from 255) = 56.02%
BLUE value IS 120 (47.27% from 255) = 36.14%
R=7.83%
G=56.02%
B=36.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal261861200.8600.350.27155.2575.4741.57
Hex1ABA78560231B9b4b2a
Octal322721701260433323311352
Binary110101011101011110001010110010001111011100110111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,186,120); }

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

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

 a { background-color: rgb(26,186,120); }

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

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

 span { border-color: rgb(26,186,120); }

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