#2ABE80

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

Shades of Mountain Meadow #2ABE80

Tints of Mountain Meadow #2ABE80

Color information

#2ABE80 (or 0x2ABE80) is unknown color: approx Mountain Meadow. HEX triplet: 2A, BE and 80. RGB value is (42,190,128). Sum of RGB (Red+Green+Blue) = 42+190+128=360 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.67% from 360); Green value is 190 (74.61% from 255 or 52.78% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABE80 is #D5417F. Grayscale: #8A8A8A. Windows color (decimal): -13975936 or 8437290. OLE color: 8437290.

HSL color Cylindrical-coordinate representation of color #2ABE80: hue angle of 154.86º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABE80 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB42190128-
CMYK0.7800.330.25
HSL154.86º63.79%45.49%-
HSV(B)154.86º77.89%74.51%-
XYZ23.2638.8826.7-
YUV138.68121.9759.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.67%
GREEN value IS 190 (74.61% from 255) = 52.78%
BLUE value IS 128 (50.39% from 255) = 35.56%
R=11.67%
G=52.78%
B=35.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal421901280.7800.330.25154.8663.7945.49
Hex2ABE804E021199b402d
Octal522762001160413123310055
Binary10101010111110100000001001110010000111001100110111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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