#46D68F

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

Shades of Shamrock #46D68F

Tints of Shamrock #46D68F

Color information

#46D68F (or 0x46D68F) is unknown color: approx Shamrock. HEX triplet: 46, D6 and 8F. RGB value is (70,214,143). Sum of RGB (Red+Green+Blue) = 70+214+143=427 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.39% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #46D68F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D68F is #B92970. Grayscale: #A2A2A2. Windows color (decimal): -12134769 or 9426502. OLE color: 9426502.

HSL color Cylindrical-coordinate representation of color #46D68F: hue angle of 150.42º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D68F is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB70214143-
CMYK0.6700.330.16
HSL150.42º63.72%55.69%-
HSV(B)150.42º67.29%83.92%-
XYZ31.5351.3834.24-
YUV162.85116.7961.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.39%
GREEN value IS 214 (83.98% from 255) = 50.12%
BLUE value IS 143 (56.25% from 255) = 33.49%
R=16.39%
G=50.12%
B=33.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal702141430.6700.330.16150.4263.7255.69
Hex46D68F4302110964038
Octal1063262171030412022610070
Binary100011011010110100011111000011010000110000100101101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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