#2AC29D

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

Shades of Shamrock #2AC29D

Tints of Shamrock #2AC29D

Color information

#2AC29D (or 0x2AC29D) is unknown color: approx Shamrock. HEX triplet: 2A, C2 and 9D. RGB value is (42,194,157). Sum of RGB (Red+Green+Blue) = 42+194+157=393 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.69% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC29D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC29D is #D53D62. Grayscale: #909090. Windows color (decimal): -13974883 or 10338858. OLE color: 10338858.

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

Color convert

RGB42194157-
CMYK0.7800.190.24
HSL165.39º64.41%46.27%-
HSV(B)165.39º78.35%76.08%-
XYZ26.3341.5138.52-
YUV144.33135.1455.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.69%
GREEN value IS 194 (76.17% from 255) = 49.36%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=10.69%
G=49.36%
B=39.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal421941570.7800.190.24165.3964.4146.27
Hex2AC29D4E01318a5402e
Octal523022351160233024510056
Binary1010101100001010011101100111001001111000101001011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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