#2ABE85

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

Shades of Mountain Meadow #2ABE85

Tints of Mountain Meadow #2ABE85

Color information

#2ABE85 (or 0x2ABE85) is unknown color: approx Mountain Meadow. HEX triplet: 2A, BE and 85. RGB value is (42,190,133). Sum of RGB (Red+Green+Blue) = 42+190+133=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABE85 is #D5417A. Grayscale: #8B8B8B. Windows color (decimal): -13975931 or 8764970. OLE color: 8764970.

HSL color Cylindrical-coordinate representation of color #2ABE85: hue angle of 156.89º 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 #2ABE85 is Cyan = 0.78, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.

Color convert

RGB42190133-
CMYK0.7800.30.25
HSL156.89º63.79%45.49%-
HSV(B)156.89º77.89%74.51%-
XYZ23.639.0128.48-
YUV139.25124.4758.63-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.51%
GREEN value IS 190 (74.61% from 255) = 52.05%
BLUE value IS 133 (52.34% from 255) = 36.44%
R=11.51%
G=52.05%
B=36.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal421901330.7800.30.25156.8963.7945.49
Hex2ABE854E01E199d402d
Octal522762051160363123510055
Binary1010101011111010000101100111001111011001100111011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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