#2AC151

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

Shades of Malachite #2AC151

Tints of Malachite #2AC151

Color information

#2AC151 (or 0x2AC151) is unknown color: approx Malachite. HEX triplet: 2A, C1 and 51. RGB value is (42,193,81). Sum of RGB (Red+Green+Blue) = 42+193+81=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 193 (75.78% from 255 or 61.08% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC151 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC151 is #D53EAE. Grayscale: #878787. Windows color (decimal): -13975215 or 5357866. OLE color: 5357866.

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

Color convert

RGB4219381-
CMYK0.7800.580.24
HSL135.5º64.26%46.08%-
HSV(B)135.5º78.24%75.69%-
XYZ21.5139.2314.22-
YUV135.0897.4761.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.29%
GREEN value IS 193 (75.78% from 255) = 61.08%
BLUE value IS 81 (32.03% from 255) = 25.63%
R=13.29%
G=61.08%
B=25.63%

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
Decimal42193810.7800.580.24135.564.2646.08
Hex2AC1514E03A1887402e
Octal523011211160723020710056
Binary1010101100000110100011001110011101011000100001111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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