#2AC251

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

Shades of Malachite #2AC251

Tints of Malachite #2AC251

Color information

#2AC251 (or 0x2AC251) is unknown color: approx Malachite. HEX triplet: 2A, C2 and 51. RGB value is (42,194,81). Sum of RGB (Red+Green+Blue) = 42+194+81=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 194 (76.17% from 255 or 61.20% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC251 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC251 is #D53DAE. Grayscale: #878787. Windows color (decimal): -13974959 or 5358122. OLE color: 5358122.

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

Color convert

RGB4219481-
CMYK0.7800.580.24
HSL135.39º64.41%46.27%-
HSV(B)135.39º78.35%76.08%-
XYZ21.7339.6714.3-
YUV135.6797.1461.19-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.25%
GREEN value IS 194 (76.17% from 255) = 61.20%
BLUE value IS 81 (32.03% from 255) = 25.55%
R=13.25%
G=61.20%
B=25.55%

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
Decimal42194810.7800.580.24135.3964.4146.27
Hex2AC2514E03A1887402e
Octal523021211160723020710056
Binary1010101100001010100011001110011101011000100001111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,194,81); }

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

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

 a { background-color: rgb(42,194,81); }

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

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

 span { border-color: rgb(42,194,81); }

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