#2AC291

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

Shades of Shamrock #2AC291

Tints of Shamrock #2AC291

Color information

#2AC291 (or 0x2AC291) is unknown color: approx Shamrock. HEX triplet: 2A, C2 and 91. RGB value is (42,194,145). Sum of RGB (Red+Green+Blue) = 42+194+145=381 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.02% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC291 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC291 is #D53D6E. Grayscale: #8F8F8F. Windows color (decimal): -13974895 or 9552426. OLE color: 9552426.

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

Color convert

RGB42194145-
CMYK0.7800.250.24
HSL160.66º64.41%46.27%-
HSV(B)160.66º78.35%76.08%-
XYZ25.3641.1233.39-
YUV142.97129.1455.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.02%
GREEN value IS 194 (76.17% from 255) = 50.92%
BLUE value IS 145 (57.03% from 255) = 38.06%
R=11.02%
G=50.92%
B=38.06%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal421941450.7800.250.24160.6664.4146.27
Hex2AC2914E01918a1402e
Octal523022211160313024110056
Binary1010101100001010010001100111001100111000101000011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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