#2AC993

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

Shades of Shamrock #2AC993

Tints of Shamrock #2AC993

Color information

#2AC993 (or 0x2AC993) is unknown color: approx Shamrock. HEX triplet: 2A, C9 and 93. RGB value is (42,201,147). Sum of RGB (Red+Green+Blue) = 42+201+147=390 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.77% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #2AC993 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC993 is #D5366C. Grayscale: #939393. Windows color (decimal): -13973101 or 9685290. OLE color: 9685290.

HSL color Cylindrical-coordinate representation of color #2AC993: hue angle of 159.62º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC993 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB42201147-
CMYK0.7900.270.21
HSL159.62º65.43%47.65%-
HSV(B)159.62º79.1%78.82%-
XYZ27.1144.3734.74-
YUV147.3127.8252.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.77%
GREEN value IS 201 (78.91% from 255) = 51.54%
BLUE value IS 147 (57.81% from 255) = 37.69%
R=10.77%
G=51.54%
B=37.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal422011470.7900.270.21159.6265.4347.65
Hex2AC9934F01B15a04130
Octal523112231170332524010160
Binary1010101100100110010011100111101101110101101000001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,201,147); }

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

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

 a { background-color: rgb(42,201,147); }

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

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

 span { border-color: rgb(42,201,147); }

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