#46F2A0

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

Shades of Shamrock #46F2A0

Tints of Shamrock #46F2A0

Color information

#46F2A0 (or 0x46F2A0) is unknown color: approx Shamrock. HEX triplet: 46, F2 and A0. RGB value is (70,242,160). Sum of RGB (Red+Green+Blue) = 70+242+160=472 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.83% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #46F2A0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46F2A0 is #B90D5F. Grayscale: #B5B5B5. Windows color (decimal): -12127584 or 10547782. OLE color: 10547782.

HSL color Cylindrical-coordinate representation of color #46F2A0: hue angle of 151.4º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46F2A0 is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB70242160-
CMYK0.7100.340.05
HSL151.4º86.87%61.18%-
HSV(B)151.4º71.07%94.9%-
XYZ40.6267.3444.12-
YUV181.22116.0248.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.83%
GREEN value IS 242 (94.92% from 255) = 51.27%
BLUE value IS 160 (62.89% from 255) = 33.90%
R=14.83%
G=51.27%
B=33.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal702421600.7100.340.05151.486.8761.18
Hex46F2A047022597573d
Octal106362240107042522712775
Binary1000110111100101010000010001110100010101100101111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,242,160); }

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

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

 a { background-color: rgb(70,242,160); }

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

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

 span { border-color: rgb(70,242,160); }

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