#2AC284

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

Shades of Mountain Meadow #2AC284

Tints of Mountain Meadow #2AC284

Color information

#2AC284 (or 0x2AC284) is unknown color: approx Mountain Meadow. HEX triplet: 2A, C2 and 84. RGB value is (42,194,132). Sum of RGB (Red+Green+Blue) = 42+194+132=368 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.41% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC284 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC284 is #D53D7B. Grayscale: #8D8D8D. Windows color (decimal): -13974908 or 8700458. OLE color: 8700458.

HSL color Cylindrical-coordinate representation of color #2AC284: hue angle of 155.53º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC284 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB42194132-
CMYK0.7800.320.24
HSL155.53º64.41%46.27%-
HSV(B)155.53º78.35%76.08%-
XYZ24.4140.7428.41-
YUV141.48122.6457.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.41%
GREEN value IS 194 (76.17% from 255) = 52.72%
BLUE value IS 132 (51.95% from 255) = 35.87%
R=11.41%
G=52.72%
B=35.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal421941320.7800.320.24155.5364.4146.27
Hex2AC2844E020189c402e
Octal523022041160403023410056
Binary10101011000010100001001001110010000011000100111001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,194,132); }

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

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

 a { background-color: rgb(42,194,132); }

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

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

 span { border-color: rgb(42,194,132); }

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