Html Css Color HEX #46D48C Shamrock

📋 copy color: '#46D48C'

red 70 ◦ green 212 ◦ blue 140

#46D48C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #46D48C

Tints of Shamrock #46D48C

RGB

 RED value IS 70 (27.73% from 255) = 16.59%

 GREEN value IS 212 (83.2% from 255) = 50.24%

 BLUE value IS 140 (55.08% from 255) = 33.18%

R = 16.59%
G = 50.24%
B = 33.18%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#46D48C (or 0x46D48C) is known color: Shamrock. HEX triplet: 46, D4 and 8C. RGB value is (70,212,140). Sum of RGB (Red+Green+Blue) = 70+212+140=422 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.59% from 422); Green value is 212 (83.20% from 255 or 50.24% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 212 - color contains mainly: green. Hex color #46D48C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D48C is #B92B73. Grayscale: #A1A1A1. Windows color (decimal): -12135284 or 9229382. OLE color: 9229382.

HSL color Cylindrical-coordinate representation of color #46D48C: hue angle of 149.58º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D48C is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 70 212 140 -
CMYK 0.67 0 0.34 0.17
HSL 149.58º 0.62% 0.55% -
HSV(B) 149.58º 0.67% 0.83% -
XYZ 30.8 50.28 32.89 -
YUV 161.33 115.96 62.85 -
System Red Green Blue C M Y K H S L
Decimal 70 212 140 0.67 0 0.34 0.17 149.58 0.62 0.55
Hex 46 D4 8C 43 0 22 11 96 3E 37
Octal 106 324 214 103 0 42 21 226 76 67
Binary 1000110 11010100 10001100 1000011 0 100010 10001 10010110 111110 110111

Color Harmonies of #46D48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D48C

Black with #46D48C

Text Example


Text Example

White with #46D48C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,212,140); }

 H1.HeaderClassName
 {
   color: #46D48C;
 }
 .AnyTagClassName
 {
   color: #46D48C;
 }
</style>

background-color css

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

 a { background-color: rgb(70,212,140); }

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

border-color css

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

 span { border-color: rgb(70,212,140); }

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