#2AC48C

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

Shades of Shamrock #2AC48C

Tints of Shamrock #2AC48C

Color information

#2AC48C (or 0x2AC48C) is unknown color: approx Shamrock. HEX triplet: 2A, C4 and 8C. RGB value is (42,196,140). Sum of RGB (Red+Green+Blue) = 42+196+140=378 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.11% from 378); Green value is 196 (76.95% from 255 or 51.85% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 196 - color contains mainly: green. Hex color #2AC48C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC48C is #D53B73. Grayscale: #8F8F8F. Windows color (decimal): -13974388 or 9225258. OLE color: 9225258.

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

Color convert

RGB42196140-
CMYK0.7900.290.23
HSL158.18º64.71%46.67%-
HSV(B)158.18º78.57%76.86%-
XYZ25.4341.8731.55-
YUV143.57125.9855.55-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.11%
GREEN value IS 196 (76.95% from 255) = 51.85%
BLUE value IS 140 (55.08% from 255) = 37.04%
R=11.11%
G=51.85%
B=37.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal421961400.7900.290.23158.1864.7146.67
Hex2AC48C4F01D179e412f
Octal523042141170352723610157
Binary1010101100010010001100100111101110110111100111101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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