#2ACE55

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

Shades of Malachite #2ACE55

Tints of Malachite #2ACE55

Color information

#2ACE55 (or 0x2ACE55) is unknown color: approx Malachite. HEX triplet: 2A, CE and 55. RGB value is (42,206,85). Sum of RGB (Red+Green+Blue) = 42+206+85=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 206 (80.86% from 255 or 61.86% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACE55 is #D531AA. Grayscale: #8F8F8F. Windows color (decimal): -13971883 or 5623338. OLE color: 5623338.

HSL color Cylindrical-coordinate representation of color #2ACE55: hue angle of 135.73º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACE55 is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB4220685-
CMYK0.8000.590.19
HSL135.73º66.13%48.63%-
HSV(B)135.73º79.61%80.78%-
XYZ24.6745.2916.04-
YUV143.1795.1755.84-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.61%
GREEN value IS 206 (80.86% from 255) = 61.86%
BLUE value IS 85 (33.59% from 255) = 25.53%
R=12.61%
G=61.86%
B=25.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal42206850.8000.590.19135.7366.1348.63
Hex2ACE555003B13884231
Octal523161251200732321010261
Binary1010101100111010101011010000011101110011100010001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,206,85); }

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

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

 a { background-color: rgb(42,206,85); }

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

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

 span { border-color: rgb(42,206,85); }

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