Html Css Color HEX #2ADD96 Shamrock

📋 copy color: '#2ADD96'

red 42 ◦ green 221 ◦ blue 150

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

Shades of Shamrock #2ADD96

Tints of Shamrock #2ADD96

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.51%

 BLUE value IS 150 (58.98% from 255) = 36.32%

R = 10.17%
G = 53.51%
B = 36.32%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#2ADD96 (or 0x2ADD96) is known color: Shamrock. HEX triplet: 2A, DD and 96. RGB value is (42,221,150). Sum of RGB (Red+Green+Blue) = 42+221+150=413 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.17% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADD96 is #D52269. Grayscale: #9F9F9F. Windows color (decimal): -13967978 or 9887018. OLE color: 9887018.

HSL color Cylindrical-coordinate representation of color #2ADD96: hue angle of 156.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADD96 is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 221 150 -
CMYK 0.81 0 0.32 0.13
HSL 156.2º 0.72% 0.52% -
HSV(B) 156.2º 0.81% 0.87% -
XYZ 32.32 54.41 37.65 -
YUV 159.39 122.7 44.27 -
System Red Green Blue C M Y K H S L
Decimal 42 221 150 0.81 0 0.32 0.13 156.2 0.72 0.52
Hex 2A DD 96 51 0 20 D 9C 48 34
Octal 52 335 226 121 0 40 15 234 110 64
Binary 101010 11011101 10010110 1010001 0 100000 1101 10011100 1001000 110100

Color Harmonies of #2ADD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADD96

Black with #2ADD96

Text Example


Text Example

White with #2ADD96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,221,150); }

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

background-color css

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

 a { background-color: rgb(42,221,150); }

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

border-color css

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

 span { border-color: rgb(42,221,150); }

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