Html Css Color HEX #2ADC7F Shamrock

📋 copy color: '#2ADC7F'

red 42 ◦ green 220 ◦ blue 127

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

Shades of Shamrock #2ADC7F

Tints of Shamrock #2ADC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.65%

R = 10.8%
G = 56.56%
B = 32.65%

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

#2ADC7F (or 0x2ADC7F) is known color: Shamrock. HEX triplet: 2A, DC and 7F. RGB value is (42,220,127). Sum of RGB (Red+Green+Blue) = 42+220+127=389 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.80% from 389); Green value is 220 (86.33% from 255 or 56.56% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADC7F is #D52380. Grayscale: #9C9C9C. Windows color (decimal): -13968257 or 8379434. OLE color: 8379434.

HSL color Cylindrical-coordinate representation of color #2ADC7F: hue angle of 148.65º 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 #2ADC7F is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 220 127 -
CMYK 0.81 0 0.42 0.14
HSL 148.65º 0.72% 0.51% -
HSV(B) 148.65º 0.81% 0.86% -
XYZ 30.38 53.21 28.75 -
YUV 156.18 111.53 46.56 -
System Red Green Blue C M Y K H S L
Decimal 42 220 127 0.81 0 0.42 0.14 148.65 0.72 0.51
Hex 2A DC 7F 51 0 2A E 95 48 33
Octal 52 334 177 121 0 52 16 225 110 63
Binary 101010 11011100 1111111 1010001 0 101010 1110 10010101 1001000 110011

Color Harmonies of #2ADC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADC7F

Black with #2ADC7F

Text Example


Text Example

White with #2ADC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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