#2AC48A

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

Shades of Shamrock #2AC48A

Tints of Shamrock #2AC48A

Color information

#2AC48A (or 0x2AC48A) is unknown color: approx Shamrock. HEX triplet: 2A, C4 and 8A. RGB value is (42,196,138). Sum of RGB (Red+Green+Blue) = 42+196+138=376 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.17% from 376); Green value is 196 (76.95% from 255 or 52.13% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 196 - color contains mainly: green. Hex color #2AC48A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC48A is #D53B75. Grayscale: #8F8F8F. Windows color (decimal): -13974390 or 9094186. OLE color: 9094186.

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

Color convert

RGB42196138-
CMYK0.7900.300.23
HSL157.4º64.71%46.67%-
HSV(B)157.4º78.57%76.86%-
XYZ25.2841.8130.78-
YUV143.34124.9855.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.17%
GREEN value IS 196 (76.95% from 255) = 52.13%
BLUE value IS 138 (54.30% from 255) = 36.70%
R=11.17%
G=52.13%
B=36.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal421961380.7900.300.23157.464.7146.67
Hex2AC48A4F01E179d412f
Octal523042121170362723510157
Binary1010101100010010001010100111101111010111100111011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,196,138); }

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

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

 a { background-color: rgb(42,196,138); }

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

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

 span { border-color: rgb(42,196,138); }

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