Html Css Color HEX #2ADC95 Shamrock

📋 copy color: '#2ADC95'

red 42 ◦ green 220 ◦ blue 149

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

Shades of Shamrock #2ADC95

Tints of Shamrock #2ADC95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.25%

R = 10.22%
G = 53.53%
B = 36.25%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#2ADC95 (or 0x2ADC95) is known color: Shamrock. HEX triplet: 2A, DC and 95. RGB value is (42,220,149). Sum of RGB (Red+Green+Blue) = 42+220+149=411 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.22% from 411); Green value is 220 (86.33% from 255 or 53.53% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADC95 is #D5236A. Grayscale: #9E9E9E. Windows color (decimal): -13968235 or 9821226. OLE color: 9821226.

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

Color convert

RGB 42 220 149 -
CMYK 0.81 0 0.32 0.14
HSL 156.07º 0.72% 0.51% -
HSV(B) 156.07º 0.81% 0.86% -
XYZ 31.97 53.85 37.14 -
YUV 158.68 122.53 44.77 -
System Red Green Blue C M Y K H S L
Decimal 42 220 149 0.81 0 0.32 0.14 156.07 0.72 0.51
Hex 2A DC 95 51 0 20 E 9C 48 33
Octal 52 334 225 121 0 40 16 234 110 63
Binary 101010 11011100 10010101 1010001 0 100000 1110 10011100 1001000 110011

Color Harmonies of #2ADC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADC95

Black with #2ADC95

Text Example


Text Example

White with #2ADC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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