#2AC352

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

Shades of Malachite #2AC352

Tints of Malachite #2AC352

Color information

#2AC352 (or 0x2AC352) is unknown color: approx Malachite. HEX triplet: 2A, C3 and 52. RGB value is (42,195,82). Sum of RGB (Red+Green+Blue) = 42+195+82=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 195 (76.56% from 255 or 61.13% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC352 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC352 is #D53CAD. Grayscale: #888888. Windows color (decimal): -13974702 or 5423914. OLE color: 5423914.

HSL color Cylindrical-coordinate representation of color #2AC352: hue angle of 135.69º degrees, saturation: 0.65, 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 #2AC352 is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB4219582-
CMYK0.7800.580.24
HSL135.69º64.56%46.47%-
HSV(B)135.69º78.46%76.47%-
XYZ21.9940.1314.57-
YUV136.3797.3160.69-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.17%
GREEN value IS 195 (76.56% from 255) = 61.13%
BLUE value IS 82 (32.42% from 255) = 25.71%
R=13.17%
G=61.13%
B=25.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal42195820.7800.580.24135.6964.5646.47
Hex2AC3524E03A1888412e
Octal523031221160723021010156
Binary1010101100001110100101001110011101011000100010001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,195,82); }

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

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

 a { background-color: rgb(42,195,82); }

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

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

 span { border-color: rgb(42,195,82); }

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