#2AC456

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

Shades of Malachite #2AC456

Tints of Malachite #2AC456

Color information

#2AC456 (or 0x2AC456) is unknown color: approx Malachite. HEX triplet: 2A, C4 and 56. RGB value is (42,196,86). Sum of RGB (Red+Green+Blue) = 42+196+86=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 196 (76.95% from 255 or 60.49% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 196 - color contains mainly: green. Hex color #2AC456 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC456 is #D53BA9. Grayscale: #898989. Windows color (decimal): -13974442 or 5686314. OLE color: 5686314.

HSL color Cylindrical-coordinate representation of color #2AC456: hue angle of 137.14º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC456 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB4219686-
CMYK0.7900.560.23
HSL137.14º64.71%46.67%-
HSV(B)137.14º78.57%76.86%-
XYZ22.3740.6415.47-
YUV137.4198.9859.94-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.96%
GREEN value IS 196 (76.95% from 255) = 60.49%
BLUE value IS 86 (33.98% from 255) = 26.54%
R=12.96%
G=60.49%
B=26.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal42196860.7900.560.23137.1464.7146.67
Hex2AC4564F0381789412f
Octal523041261170702721110157
Binary1010101100010010101101001111011100010111100010011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,196,86); }

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

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

 a { background-color: rgb(42,196,86); }

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

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

 span { border-color: rgb(42,196,86); }

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