#2AD65C

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

Shades of Malachite #2AD65C

Tints of Malachite #2AD65C

Color information

#2AD65C (or 0x2AD65C) is unknown color: approx Malachite. HEX triplet: 2A, D6 and 5C. RGB value is (42,214,92). Sum of RGB (Red+Green+Blue) = 42+214+92=348 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.07% from 348); Green value is 214 (83.98% from 255 or 61.49% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD65C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD65C is #D529A3. Grayscale: #949494. Windows color (decimal): -13969828 or 6084138. OLE color: 6084138.

HSL color Cylindrical-coordinate representation of color #2AD65C: hue angle of 137.44º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD65C is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB4221492-
CMYK0.8000.570.16
HSL137.44º67.72%50.2%-
HSV(B)137.44º80.37%83.92%-
XYZ26.9349.3618.23-
YUV148.6696.0251.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.07%
GREEN value IS 214 (83.98% from 255) = 61.49%
BLUE value IS 92 (36.33% from 255) = 26.44%
R=12.07%
G=61.49%
B=26.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal42214920.8000.570.16137.4467.7250.2
Hex2AD65C5003910894432
Octal523261341200712021110462
Binary1010101101011010111001010000011100110000100010011000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AD65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,214,92); }

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

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

 a { background-color: rgb(42,214,92); }

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

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

 span { border-color: rgb(42,214,92); }

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