#2ac59d

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

Shades of Shamrock #2AC59D

Tints of Shamrock #2AC59D

Color information

#2AC59D (or 0x2AC59D) is unknown color: approx Shamrock. HEX triplet: 2A, C5 and 9D. RGB value is (42,197,157). Sum of RGB (Red+Green+Blue) = 42+197+157=396 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.61% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #2AC59D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC59D is #D53A62. Grayscale: #929292. Windows color (decimal): -13974115 or 10339626. OLE color: 10339626.

HSL color Cylindrical-coordinate representation of color #2AC59D: hue angle of 164.52º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC59D is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB42197157-
CMYK0.7900.200.23
HSL164.52º64.85%46.86%-
HSV(B)164.52º78.68%77.25%-
XYZ27.0142.8638.75-
YUV146.1134.1553.75-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.61%
GREEN value IS 197 (77.34% from 255) = 49.75%
BLUE value IS 157 (61.72% from 255) = 39.65%
R=10.61%
G=49.75%
B=39.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal421971570.7900.200.23164.5264.8546.86
Hex2AC59D4F01417a5412f
Octal523052351170242724510157
Binary1010101100010110011101100111101010010111101001011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ac59d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,197,157); }

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

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

 a { background-color: rgb(42,197,157); }

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

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

 span { border-color: rgb(42,197,157); }

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