Html Css Color HEX #40C290 Shamrock

📋 copy color: '#40C290'

red 64 ◦ green 194 ◦ blue 144

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

Shades of Shamrock #40C290

Tints of Shamrock #40C290

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.26%

 BLUE value IS 144 (56.64% from 255) = 35.82%

R = 15.92%
G = 48.26%
B = 35.82%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#40C290 (or 0x40C290) is known color: Shamrock. HEX triplet: 40, C2 and 90. RGB value is (64,194,144). Sum of RGB (Red+Green+Blue) = 64+194+144=402 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.92% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #40C290 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C290 is #BF3D6F. Grayscale: #959595. Windows color (decimal): -12533104 or 9486912. OLE color: 9486912.

HSL color Cylindrical-coordinate representation of color #40C290: hue angle of 156.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C290 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 194 144 -
CMYK 0.67 0 0.26 0.24
HSL 156.92º 0.52% 0.51% -
HSV(B) 156.92º 0.67% 0.76% -
XYZ 26.44 41.69 33.04 -
YUV 149.43 124.93 67.07 -
System Red Green Blue C M Y K H S L
Decimal 64 194 144 0.67 0 0.26 0.24 156.92 0.52 0.51
Hex 40 C2 90 43 0 1A 18 9D 34 33
Octal 100 302 220 103 0 32 30 235 64 63
Binary 1000000 11000010 10010000 1000011 0 11010 11000 10011101 110100 110011

Color Harmonies of #40C290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C290

Black with #40C290

Text Example


Text Example

White with #40C290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,194,144); }

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

background-color css

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

 a { background-color: rgb(64,194,144); }

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

border-color css

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

 span { border-color: rgb(64,194,144); }

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