#2AC858

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

Shades of Malachite #2AC858

Tints of Malachite #2AC858

Color information

#2AC858 (or 0x2AC858) is unknown color: approx Malachite. HEX triplet: 2A, C8 and 58. RGB value is (42,200,88). Sum of RGB (Red+Green+Blue) = 42+200+88=330 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.73% from 330); Green value is 200 (78.52% from 255 or 60.61% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC858 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC858 is #D537A7. Grayscale: #8C8C8C. Windows color (decimal): -13973416 or 5818410. OLE color: 5818410.

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

Color convert

RGB4220088-
CMYK0.7900.560.22
HSL137.47º65.29%47.45%-
HSV(B)137.47º79%78.43%-
XYZ23.3742.5116.21-
YUV139.9998.6558.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.73%
GREEN value IS 200 (78.52% from 255) = 60.61%
BLUE value IS 88 (34.77% from 255) = 26.67%
R=12.73%
G=60.61%
B=26.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal42200880.7900.560.22137.4765.2947.45
Hex2AC8584F0381689412f
Octal523101301170702621110157
Binary1010101100100010110001001111011100010110100010011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,200,88); }

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

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

 a { background-color: rgb(42,200,88); }

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

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

 span { border-color: rgb(42,200,88); }

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