#46CC9B

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

Shades of Shamrock #46CC9B

Tints of Shamrock #46CC9B

Color information

#46CC9B (or 0x46CC9B) is unknown color: approx Shamrock. HEX triplet: 46, CC and 9B. RGB value is (70,204,155). Sum of RGB (Red+Green+Blue) = 70+204+155=429 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.32% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #46CC9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CC9B is #B93364. Grayscale: #9E9E9E. Windows color (decimal): -12137317 or 10210374. OLE color: 10210374.

HSL color Cylindrical-coordinate representation of color #46CC9B: hue angle of 158.06º 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 #46CC9B is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB70204155-
CMYK0.6600.240.2
HSL158.06º56.78%53.73%-
HSV(B)158.06º65.69%80%-
XYZ30.0446.8538.47-
YUV158.35126.1164.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.32%
GREEN value IS 204 (80.08% from 255) = 47.55%
BLUE value IS 155 (60.94% from 255) = 36.13%
R=16.32%
G=47.55%
B=36.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal702041550.6600.240.2158.0656.7853.73
Hex46CC9B42018149e3936
Octal106314233102030242367166
Binary1000110110011001001101110000100110001010010011110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,204,155); }

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

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

 a { background-color: rgb(70,204,155); }

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

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

 span { border-color: rgb(70,204,155); }

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