Html Css Color HEX #2EE5A9 Shamrock

📋 copy color: '#2EE5A9'

red 46 ◦ green 229 ◦ blue 169

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

Shades of Shamrock #2EE5A9

Tints of Shamrock #2EE5A9

RGB

 RED value IS 46 (18.36% from 255) = 10.36%

 GREEN value IS 229 (89.84% from 255) = 51.58%

 BLUE value IS 169 (66.41% from 255) = 38.06%

R = 10.36%
G = 51.58%
B = 38.06%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#2EE5A9 (or 0x2EE5A9) is known color: Shamrock. HEX triplet: 2E, E5 and A9. RGB value is (46,229,169). Sum of RGB (Red+Green+Blue) = 46+229+169=444 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.36% from 444); Green value is 229 (89.84% from 255 or 51.58% from 444); Blue value is 169 (66.41% from 255 or 38.06% from 444); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE5A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE5A9 is #D11A56. Grayscale: #A7A7A7. Windows color (decimal): -13703767 or 11134254. OLE color: 11134254.

HSL color Cylindrical-coordinate representation of color #2EE5A9: hue angle of 160.33º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE5A9 is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 46 229 169 -
CMYK 0.80 0 0.26 0.10
HSL 160.33º 0.78% 0.54% -
HSV(B) 160.33º 0.8% 0.9% -
XYZ 36.31 59.48 47.1 -
YUV 167.44 128.87 41.38 -
System Red Green Blue C M Y K H S L
Decimal 46 229 169 0.80 0 0.26 0.10 160.33 0.78 0.54
Hex 2E E5 A9 50 0 1A A A0 4E 36
Octal 56 345 251 120 0 32 12 240 116 66
Binary 101110 11100101 10101001 1010000 0 11010 1010 10100000 1001110 110110

Color Harmonies of #2EE5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE5A9

Black with #2EE5A9

Text Example


Text Example

White with #2EE5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,229,169); }

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

background-color css

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

 a { background-color: rgb(46,229,169); }

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

border-color css

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

 span { border-color: rgb(46,229,169); }

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