Html Css Color HEX #46C095 Shamrock

📋 copy color: '#46C095'

red 70 ◦ green 192 ◦ blue 149

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

Shades of Shamrock #46C095

Tints of Shamrock #46C095

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.72%

 BLUE value IS 149 (58.59% from 255) = 36.25%

R = 17.03%
G = 46.72%
B = 36.25%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#46C095 (or 0x46C095) is known color: Shamrock. HEX triplet: 46, C0 and 95. RGB value is (70,192,149). Sum of RGB (Red+Green+Blue) = 70+192+149=411 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.03% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #46C095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46C095 is #B93F6A. Grayscale: #969696. Windows color (decimal): -12140395 or 9814086. OLE color: 9814086.

HSL color Cylindrical-coordinate representation of color #46C095: hue angle of 158.85º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C095 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 192 149 -
CMYK 0.64 0 0.22 0.25
HSL 158.85º 0.49% 0.51% -
HSV(B) 158.85º 0.64% 0.75% -
XYZ 26.8 41.17 34.97 -
YUV 150.62 127.08 70.5 -
System Red Green Blue C M Y K H S L
Decimal 70 192 149 0.64 0 0.22 0.25 158.85 0.49 0.51
Hex 46 C0 95 40 0 16 19 9F 31 33
Octal 106 300 225 100 0 26 31 237 61 63
Binary 1000110 11000000 10010101 1000000 0 10110 11001 10011111 110001 110011

Color Harmonies of #46C095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C095

Black with #46C095

Text Example


Text Example

White with #46C095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,192,149); }

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

background-color css

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

 a { background-color: rgb(70,192,149); }

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

border-color css

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

 span { border-color: rgb(70,192,149); }

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