#46DA96

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

Shades of Shamrock #46DA96

Tints of Shamrock #46DA96

Color information

#46DA96 (or 0x46DA96) is unknown color: approx Shamrock. HEX triplet: 46, DA and 96. RGB value is (70,218,150). Sum of RGB (Red+Green+Blue) = 70+218+150=438 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.98% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #46DA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DA96 is #B92569. Grayscale: #A6A6A6. Windows color (decimal): -12133738 or 9886278. OLE color: 9886278.

HSL color Cylindrical-coordinate representation of color #46DA96: hue angle of 152.43º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DA96 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB70218150-
CMYK0.6800.310.15
HSL152.43º66.67%56.47%-
HSV(B)152.43º67.89%85.49%-
XYZ33.153.6537.46-
YUV166118.9759.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.98%
GREEN value IS 218 (85.55% from 255) = 49.77%
BLUE value IS 150 (58.98% from 255) = 34.25%
R=15.98%
G=49.77%
B=34.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal702181500.6800.310.15152.4366.6756.47
Hex46DA964401FF984338
Octal1063322261040371723010370
Binary1000110110110101001011010001000111111111100110001000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,218,150); }

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

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

 a { background-color: rgb(70,218,150); }

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

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

 span { border-color: rgb(70,218,150); }

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