Html Css Color HEX #40C094 Shamrock

📋 copy color: '#40C094'

red 64 ◦ green 192 ◦ blue 148

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

Shades of Shamrock #40C094

Tints of Shamrock #40C094

RGB

 RED value IS 64 (25.39% from 255) = 15.84%

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

 BLUE value IS 148 (58.2% from 255) = 36.63%

R = 15.84%
G = 47.52%
B = 36.63%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#40C094 (or 0x40C094) is known color: Shamrock. HEX triplet: 40, C0 and 94. RGB value is (64,192,148). Sum of RGB (Red+Green+Blue) = 64+192+148=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #40C094 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C094 is #BF3F6B. Grayscale: #949494. Windows color (decimal): -12533612 or 9748544. OLE color: 9748544.

HSL color Cylindrical-coordinate representation of color #40C094: hue angle of 159.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C094 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 192 148 -
CMYK 0.67 0 0.23 0.25
HSL 159.38º 0.5% 0.5% -
HSV(B) 159.38º 0.67% 0.75% -
XYZ 26.31 40.93 34.53 -
YUV 148.71 127.59 67.58 -
System Red Green Blue C M Y K H S L
Decimal 64 192 148 0.67 0 0.23 0.25 159.38 0.5 0.5
Hex 40 C0 94 43 0 17 19 9F 32 32
Octal 100 300 224 103 0 27 31 237 62 62
Binary 1000000 11000000 10010100 1000011 0 10111 11001 10011111 110010 110010

Color Harmonies of #40C094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C094

Black with #40C094

Text Example


Text Example

White with #40C094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40C094; }

 p { color: rgb(64,192,148); }

 H1.HeaderClassName
 {
   color: #40C094;
 }
 .AnyTagClassName
 {
   color: #40C094;
 }
</style>

background-color css

<style>
 a { background-color: #40C094; }

 a { background-color: rgb(64,192,148); }

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

border-color css

<style>
 span { border-color: #40C094; }

 span { border-color: rgb(64,192,148); }

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