#2ABB80

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

Shades of Mountain Meadow #2ABB80

Tints of Mountain Meadow #2ABB80

Color information

#2ABB80 (or 0x2ABB80) is unknown color: approx Mountain Meadow. HEX triplet: 2A, BB and 80. RGB value is (42,187,128). Sum of RGB (Red+Green+Blue) = 42+187+128=357 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.76% from 357); Green value is 187 (73.44% from 255 or 52.38% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABB80 is #D5447F. Grayscale: #898989. Windows color (decimal): -13976704 or 8436522. OLE color: 8436522.

HSL color Cylindrical-coordinate representation of color #2ABB80: hue angle of 155.59º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABB80 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB42187128-
CMYK0.7800.320.27
HSL155.59º63.32%44.9%-
HSV(B)155.59º77.54%73.33%-
XYZ22.6237.5926.49-
YUV136.92122.9660.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.76%
GREEN value IS 187 (73.44% from 255) = 52.38%
BLUE value IS 128 (50.39% from 255) = 35.85%
R=11.76%
G=52.38%
B=35.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421871280.7800.320.27155.5963.3244.9
Hex2ABB804E0201B9c3f2d
Octal52273200116040332347755
Binary1010101011101110000000100111001000001101110011100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2ABB80; }

 p { color: rgb(42,187,128); }

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

<style>
 a { background-color: #2ABB80; }

 a { background-color: rgb(42,187,128); }

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

<style>
 span { border-color: #2ABB80; }

 span { border-color: rgb(42,187,128); }

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