#46F08F

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

Shades of Shamrock #46F08F

Tints of Shamrock #46F08F

Color information

#46F08F (or 0x46F08F) is unknown color: approx Shamrock. HEX triplet: 46, F0 and 8F. RGB value is (70,240,143). Sum of RGB (Red+Green+Blue) = 70+240+143=453 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.45% from 453); Green value is 240 (94.14% from 255 or 52.98% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 240 - color contains mainly: green. Hex color #46F08F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46F08F is #B90F70. Grayscale: #B2B2B2. Windows color (decimal): -12128113 or 9433158. OLE color: 9433158.

HSL color Cylindrical-coordinate representation of color #46F08F: hue angle of 145.76º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46F08F is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB70240143-
CMYK0.7100.400.06
HSL145.76º85%60.78%-
HSV(B)145.76º70.83%94.12%-
XYZ38.6465.6136.61-
YUV178.11108.1850.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.45%
GREEN value IS 240 (94.14% from 255) = 52.98%
BLUE value IS 143 (56.25% from 255) = 31.57%
R=15.45%
G=52.98%
B=31.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal702401430.7100.400.06145.768560.78
Hex46F08F47028692553d
Octal106360217107050622212575
Binary1000110111100001000111110001110101000110100100101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,240,143); }

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

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

 a { background-color: rgb(70,240,143); }

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

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

 span { border-color: rgb(70,240,143); }

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