#46CD94

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

Shades of Shamrock #46CD94

Tints of Shamrock #46CD94

Color information

#46CD94 (or 0x46CD94) is unknown color: approx Shamrock. HEX triplet: 46, CD and 94. RGB value is (70,205,148). Sum of RGB (Red+Green+Blue) = 70+205+148=423 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.55% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #46CD94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CD94 is #B9326B. Grayscale: #9E9E9E. Windows color (decimal): -12137068 or 9751878. OLE color: 9751878.

HSL color Cylindrical-coordinate representation of color #46CD94: hue angle of 154.67º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CD94 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB70205148-
CMYK0.6600.280.20
HSL154.67º57.45%53.92%-
HSV(B)154.67º65.85%80.39%-
XYZ29.747.135.54-
YUV158.14122.2765.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.55%
GREEN value IS 205 (80.47% from 255) = 48.46%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=16.55%
G=48.46%
B=34.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal702051480.6600.280.20154.6757.4553.92
Hex46CD944201C149b3936
Octal106315224102034242337166
Binary1000110110011011001010010000100111001010010011011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,205,148); }

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

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

 a { background-color: rgb(70,205,148); }

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

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

 span { border-color: rgb(70,205,148); }

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