#2AC97F

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

Shades of Shamrock #2AC97F

Tints of Shamrock #2AC97F

Color information

#2AC97F (or 0x2AC97F) is unknown color: approx Shamrock. HEX triplet: 2A, C9 and 7F. RGB value is (42,201,127). Sum of RGB (Red+Green+Blue) = 42+201+127=370 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.35% from 370); Green value is 201 (78.91% from 255 or 54.32% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 201 - color contains mainly: green. Hex color #2AC97F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC97F is #D53680. Grayscale: #919191. Windows color (decimal): -13973121 or 8374570. OLE color: 8374570.

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

Color convert

RGB42201127-
CMYK0.7900.370.21
HSL152.08º65.43%47.65%-
HSV(B)152.08º79.1%78.82%-
XYZ25.6743.827.18-
YUV145.02117.8254.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.35%
GREEN value IS 201 (78.91% from 255) = 54.32%
BLUE value IS 127 (50% from 255) = 34.32%
R=11.35%
G=54.32%
B=34.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal422011270.7900.370.21152.0865.4347.65
Hex2AC97F4F02515984130
Octal523111771170452523010160
Binary1010101100100111111111001111010010110101100110001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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