#46C29A

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

Shades of Shamrock #46C29A

Tints of Shamrock #46C29A

Color information

#46C29A (or 0x46C29A) is unknown color: approx Shamrock. HEX triplet: 46, C2 and 9A. RGB value is (70,194,154). Sum of RGB (Red+Green+Blue) = 70+194+154=418 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.75% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #46C29A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46C29A is #B93D65. Grayscale: #989898. Windows color (decimal): -12139878 or 10142278. OLE color: 10142278.

HSL color Cylindrical-coordinate representation of color #46C29A: hue angle of 160.65º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C29A is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB70194154-
CMYK0.6400.210.24
HSL160.65º50.41%51.76%-
HSV(B)160.65º63.92%76.08%-
XYZ27.6542.2237.26-
YUV152.36128.9269.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.75%
GREEN value IS 194 (76.17% from 255) = 46.41%
BLUE value IS 154 (60.55% from 255) = 36.84%
R=16.75%
G=46.41%
B=36.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal701941540.6400.210.24160.6550.4151.76
Hex46C29A4001518a13234
Octal106302232100025302416264
Binary1000110110000101001101010000000101011100010100001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,194,154); }

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

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

 a { background-color: rgb(70,194,154); }

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

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

 span { border-color: rgb(70,194,154); }

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