#2AC086

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

Shades of Mountain Meadow #2AC086

Tints of Mountain Meadow #2AC086

Color information

#2AC086 (or 0x2AC086) is unknown color: approx Mountain Meadow. HEX triplet: 2A, C0 and 86. RGB value is (42,192,134). Sum of RGB (Red+Green+Blue) = 42+192+134=368 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.41% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC086 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC086 is #D53F79. Grayscale: #8C8C8C. Windows color (decimal): -13975418 or 8831018. OLE color: 8831018.

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

Color convert

RGB42192134-
CMYK0.7800.300.25
HSL156.8º64.1%45.88%-
HSV(B)156.8º78.12%75.29%-
XYZ24.1139.9128.99-
YUV140.54124.357.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.41%
GREEN value IS 192 (75.39% from 255) = 52.17%
BLUE value IS 134 (52.73% from 255) = 36.41%
R=11.41%
G=52.17%
B=36.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal421921340.7800.300.25156.864.145.88
Hex2AC0864E01E199d402e
Octal523002061160363123510056
Binary1010101100000010000110100111001111011001100111011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,192,134); }

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

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

 a { background-color: rgb(42,192,134); }

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

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

 span { border-color: rgb(42,192,134); }

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