Html Css Color HEX #2AD596 Shamrock

📋 copy color: '#2AD596'

red 42 ◦ green 213 ◦ blue 150

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

Shades of Shamrock #2AD596

Tints of Shamrock #2AD596

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.59%

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

R = 10.37%
G = 52.59%
B = 37.04%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#2AD596 (or 0x2AD596) is known color: Shamrock. HEX triplet: 2A, D5 and 96. RGB value is (42,213,150). Sum of RGB (Red+Green+Blue) = 42+213+150=405 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.37% from 405); Green value is 213 (83.59% from 255 or 52.59% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD596 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD596 is #D52A69. Grayscale: #9A9A9A. Windows color (decimal): -13970026 or 9884970. OLE color: 9884970.

HSL color Cylindrical-coordinate representation of color #2AD596: hue angle of 157.89º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD596 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 42 213 150 -
CMYK 0.80 0 0.30 0.16
HSL 157.89º 0.67% 0.5% -
HSV(B) 157.89º 0.8% 0.84% -
XYZ 30.25 50.28 36.97 -
YUV 154.69 125.35 47.62 -
System Red Green Blue C M Y K H S L
Decimal 42 213 150 0.80 0 0.30 0.16 157.89 0.67 0.5
Hex 2A D5 96 50 0 1E 10 9E 43 32
Octal 52 325 226 120 0 36 20 236 103 62
Binary 101010 11010101 10010110 1010000 0 11110 10000 10011110 1000011 110010

Color Harmonies of #2AD596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD596

Black with #2AD596

Text Example


Text Example

White with #2AD596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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