#2ACA52

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

Shades of Malachite #2ACA52

Tints of Malachite #2ACA52

Color information

#2ACA52 (or 0x2ACA52) is unknown color: approx Malachite. HEX triplet: 2A, CA and 52. RGB value is (42,202,82). Sum of RGB (Red+Green+Blue) = 42+202+82=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 202 (79.30% from 255 or 61.96% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 202 - color contains mainly: green. Hex color #2ACA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACA52 is #D535AD. Grayscale: #8C8C8C. Windows color (decimal): -13972910 or 5425706. OLE color: 5425706.

HSL color Cylindrical-coordinate representation of color #2ACA52: hue angle of 135º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACA52 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB4220282-
CMYK0.7900.590.21
HSL135º65.57%47.84%-
HSV(B)135º79.21%79.22%-
XYZ23.643.3415.1-
YUV140.4894.9957.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.88%
GREEN value IS 202 (79.30% from 255) = 61.96%
BLUE value IS 82 (32.42% from 255) = 25.15%
R=12.88%
G=61.96%
B=25.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal42202820.7900.590.2113565.5747.84
Hex2ACA524F03B15874230
Octal523121221170732520710260
Binary1010101100101010100101001111011101110101100001111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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