#2ED696

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

Shades of Shamrock #2ED696

Tints of Shamrock #2ED696

Color information

#2ED696 (or 0x2ED696) is unknown color: approx Shamrock. HEX triplet: 2E, D6 and 96. RGB value is (46,214,150). Sum of RGB (Red+Green+Blue) = 46+214+150=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 214 (83.98% from 255 or 52.20% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED696 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED696 is #D12969. Grayscale: #9C9C9C. Windows color (decimal): -13707626 or 9885230. OLE color: 9885230.

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

Color convert

RGB46214150-
CMYK0.7900.300.16
HSL157.14º67.2%50.98%-
HSV(B)157.14º78.5%83.92%-
XYZ30.6850.8837.06-
YUV156.47124.3449.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.22%
GREEN value IS 214 (83.98% from 255) = 52.20%
BLUE value IS 150 (58.98% from 255) = 36.59%
R=11.22%
G=52.20%
B=36.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal462141500.7900.300.16157.1467.250.98
Hex2ED6964F01E109d4333
Octal563262261170362023510363
Binary1011101101011010010110100111101111010000100111011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,214,150); }

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

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

 a { background-color: rgb(46,214,150); }

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

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

 span { border-color: rgb(46,214,150); }

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