#2AE14A

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

Shades of Malachite #2AE14A

Tints of Malachite #2AE14A

Color information

#2AE14A (or 0x2AE14A) is unknown color: approx Malachite. HEX triplet: 2A, E1 and 4A. RGB value is (42,225,74). Sum of RGB (Red+Green+Blue) = 42+225+74=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 225 (88.28% from 255 or 65.98% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 225 - color contains mainly: green. Hex color #2AE14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE14A is #D51EB5. Grayscale: #999999. Windows color (decimal): -13967030 or 4907306. OLE color: 4907306.

HSL color Cylindrical-coordinate representation of color #2AE14A: hue angle of 130.49º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE14A is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB4222574-
CMYK0.8100.670.12
HSL130.49º75.31%52.35%-
HSV(B)130.49º81.33%88.24%-
XYZ29.1254.8415.53-
YUV153.0783.3748.78-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.32%
GREEN value IS 225 (88.28% from 255) = 65.98%
BLUE value IS 74 (29.30% from 255) = 21.70%
R=12.32%
G=65.98%
B=21.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal42225740.8100.670.12130.4975.3152.35
Hex2AE14A51043C824b34
Octal5234111212101031420211364
Binary1010101110000110010101010001010000111100100000101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,225,74); }

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

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

 a { background-color: rgb(42,225,74); }

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

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

 span { border-color: rgb(42,225,74); }

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