#2AC899

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

Shades of Shamrock #2AC899

Tints of Shamrock #2AC899

Color information

#2AC899 (or 0x2AC899) is unknown color: approx Shamrock. HEX triplet: 2A, C8 and 99. RGB value is (42,200,153). Sum of RGB (Red+Green+Blue) = 42+200+153=395 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.63% from 395); Green value is 200 (78.52% from 255 or 50.63% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC899 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC899 is #D53766. Grayscale: #939393. Windows color (decimal): -13973351 or 10078250. OLE color: 10078250.

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

Color convert

RGB42200153-
CMYK0.7900.240.22
HSL162.15º65.29%47.45%-
HSV(B)162.15º79%78.43%-
XYZ27.3644.137.21-
YUV147.4131.1552.82-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.63%
GREEN value IS 200 (78.52% from 255) = 50.63%
BLUE value IS 153 (60.16% from 255) = 38.73%
R=10.63%
G=50.63%
B=38.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal422001530.7900.240.22162.1565.2947.45
Hex2AC8994F01816a2412f
Octal523102311170302624210157
Binary1010101100100010011001100111101100010110101000101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,200,153); }

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

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

 a { background-color: rgb(42,200,153); }

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

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

 span { border-color: rgb(42,200,153); }

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