Html Css Color HEX #2ADC80 Shamrock

📋 copy color: '#2ADC80'

red 42 ◦ green 220 ◦ blue 128

#2ADC80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #2ADC80

Tints of Shamrock #2ADC80

RGB

 RED value IS 42 (16.8% from 255) = 10.77%

 GREEN value IS 220 (86.33% from 255) = 56.41%

 BLUE value IS 128 (50.39% from 255) = 32.82%

R = 10.77%
G = 56.41%
B = 32.82%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#2ADC80 (or 0x2ADC80) is known color: Shamrock. HEX triplet: 2A, DC and 80. RGB value is (42,220,128). Sum of RGB (Red+Green+Blue) = 42+220+128=390 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.77% from 390); Green value is 220 (86.33% from 255 or 56.41% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADC80 is #D5237F. Grayscale: #9C9C9C. Windows color (decimal): -13968256 or 8444970. OLE color: 8444970.

HSL color Cylindrical-coordinate representation of color #2ADC80: hue angle of 148.99º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADC80 is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 220 128 -
CMYK 0.81 0 0.42 0.14
HSL 148.99º 0.72% 0.51% -
HSV(B) 148.99º 0.81% 0.86% -
XYZ 30.44 53.24 29.09 -
YUV 156.29 112.03 46.48 -
System Red Green Blue C M Y K H S L
Decimal 42 220 128 0.81 0 0.42 0.14 148.99 0.72 0.51
Hex 2A DC 80 51 0 2A E 95 48 33
Octal 52 334 200 121 0 52 16 225 110 63
Binary 101010 11011100 10000000 1010001 0 101010 1110 10010101 1001000 110011

Color Harmonies of #2ADC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADC80

Black with #2ADC80

Text Example


Text Example

White with #2ADC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,220,128); }

 H1.HeaderClassName
 {
   color: #2ADC80;
 }
 .AnyTagClassName
 {
   color: #2ADC80;
 }
</style>

background-color css

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

 a { background-color: rgb(42,220,128); }

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

border-color css

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

 span { border-color: rgb(42,220,128); }

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