#46E1A8

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

Shades of Shamrock #46E1A8

Tints of Shamrock #46E1A8

Color information

#46E1A8 (or 0x46E1A8) is unknown color: approx Shamrock. HEX triplet: 46, E1 and A8. RGB value is (70,225,168). Sum of RGB (Red+Green+Blue) = 70+225+168=463 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.12% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #46E1A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46E1A8 is #B91E57. Grayscale: #ACACAC. Windows color (decimal): -12131928 or 11067718. OLE color: 11067718.

HSL color Cylindrical-coordinate representation of color #46E1A8: hue angle of 157.94º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E1A8 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB70225168-
CMYK0.6900.250.12
HSL157.94º72.09%57.84%-
HSV(B)157.94º68.89%88.24%-
XYZ36.5257.9846.31-
YUV172.16125.6555.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.12%
GREEN value IS 225 (88.28% from 255) = 48.60%
BLUE value IS 168 (66.02% from 255) = 36.29%
R=15.12%
G=48.60%
B=36.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal702251680.6900.250.12157.9472.0957.84
Hex46E1A845019C9e483a
Octal1063412501050311423611072
Binary1000110111000011010100010001010110011100100111101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E1A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46E1A8; }

 p { color: rgb(70,225,168); }

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

<style>
 a { background-color: #46E1A8; }

 a { background-color: rgb(70,225,168); }

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

<style>
 span { border-color: #46E1A8; }

 span { border-color: rgb(70,225,168); }

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