#46D495

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

Shades of Shamrock #46D495

Tints of Shamrock #46D495

Color information

#46D495 (or 0x46D495) is unknown color: approx Shamrock. HEX triplet: 46, D4 and 95. RGB value is (70,212,149). Sum of RGB (Red+Green+Blue) = 70+212+149=431 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.24% from 431); Green value is 212 (83.20% from 255 or 49.19% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 212 - color contains mainly: green. Hex color #46D495 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D495 is #B92B6A. Grayscale: #A2A2A2. Windows color (decimal): -12135275 or 9819206. OLE color: 9819206.

HSL color Cylindrical-coordinate representation of color #46D495: hue angle of 153.38º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D495 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB70212149-
CMYK0.6700.300.17
HSL153.38º62.28%55.29%-
HSV(B)153.38º66.98%83.14%-
XYZ31.4950.5636.53-
YUV162.36120.4662.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.24%
GREEN value IS 212 (83.20% from 255) = 49.19%
BLUE value IS 149 (58.59% from 255) = 34.57%
R=16.24%
G=49.19%
B=34.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal702121490.6700.300.17153.3862.2855.29
Hex46D4954301E11993e37
Octal106324225103036212317667
Binary1000110110101001001010110000110111101000110011001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,212,149); }

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

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

 a { background-color: rgb(70,212,149); }

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

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

 span { border-color: rgb(70,212,149); }

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