#2AD977

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

Shades of Shamrock #2AD977

Tints of Shamrock #2AD977

Color information

#2AD977 (or 0x2AD977) is unknown color: approx Shamrock. HEX triplet: 2A, D9 and 77. RGB value is (42,217,119). Sum of RGB (Red+Green+Blue) = 42+217+119=378 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.11% from 378); Green value is 217 (85.16% from 255 or 57.41% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD977 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD977 is #D52688. Grayscale: #999999. Windows color (decimal): -13969033 or 7854378. OLE color: 7854378.

HSL color Cylindrical-coordinate representation of color #2AD977: hue angle of 146.4º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD977 is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB42217119-
CMYK0.8100.450.15
HSL146.4º69.72%50.78%-
HSV(B)146.4º80.65%85.1%-
XYZ29.151.4525.85-
YUV153.5108.5248.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.11%
GREEN value IS 217 (85.16% from 255) = 57.41%
BLUE value IS 119 (46.88% from 255) = 31.48%
R=11.11%
G=57.41%
B=31.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal422171190.8100.450.15146.469.7250.78
Hex2AD9775102DF924633
Octal523311671210551722210663
Binary101010110110011110111101000101011011111100100101000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AD977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,217,119); }

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

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

 a { background-color: rgb(42,217,119); }

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

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

 span { border-color: rgb(42,217,119); }

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