#2eeba9

Color #2EEBA9 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #2EEBA9

Tints of Shamrock #2EEBA9

Color information

#2EEBA9 (or 0x2EEBA9) is unknown color: approx Shamrock. HEX triplet: 2E, EB and A9. RGB value is (46,235,169). Sum of RGB (Red+Green+Blue) = 46+235+169=450 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.22% from 450); Green value is 235 (92.19% from 255 or 52.22% from 450); Blue value is 169 (66.41% from 255 or 37.56% from 450); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEBA9 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEBA9 is #D11456. Grayscale: #ABABAB. Windows color (decimal): -13702231 or 11135790. OLE color: 11135790.

HSL color Cylindrical-coordinate representation of color #2EEBA9: hue angle of 159.05º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEBA9 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB46235169-
CMYK0.8000.280.08
HSL159.05º82.53%55.1%-
HSV(B)159.05º80.43%92.16%-
XYZ3862.8647.67-
YUV170.96126.8838.87-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.22%
GREEN value IS 235 (92.19% from 255) = 52.22%
BLUE value IS 169 (66.41% from 255) = 37.56%
R=10.22%
G=52.22%
B=37.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal462351690.8000.280.08159.0582.5355.1
Hex2EEBA95001C89f5337
Octal563532511200341023712367
Binary101110111010111010100110100000111001000100111111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2eeba9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2eeba9;
 }
 .AnyTagClassName
 {
   color: #2eeba9;
 }
</style>
background-color css

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

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

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

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

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

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