#2AC289

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

Shades of Shamrock #2AC289

Tints of Shamrock #2AC289

Color information

#2AC289 (or 0x2AC289) is unknown color: approx Shamrock. HEX triplet: 2A, C2 and 89. RGB value is (42,194,137). Sum of RGB (Red+Green+Blue) = 42+194+137=373 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.26% from 373); Green value is 194 (76.17% from 255 or 52.01% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC289 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC289 is #D53D76. Grayscale: #8E8E8E. Windows color (decimal): -13974903 or 9028138. OLE color: 9028138.

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

Color convert

RGB42194137-
CMYK0.7800.290.24
HSL157.5º64.41%46.27%-
HSV(B)157.5º78.35%76.08%-
XYZ24.7640.8830.25-
YUV142.05125.1456.63-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.26%
GREEN value IS 194 (76.17% from 255) = 52.01%
BLUE value IS 137 (53.91% from 255) = 36.73%
R=11.26%
G=52.01%
B=36.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal421941370.7800.290.24157.564.4146.27
Hex2AC2894E01D189e402e
Octal523022111160353023610056
Binary1010101100001010001001100111001110111000100111101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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