Html Css Color HEX #40E096 Shamrock

📋 copy color: '#40E096'

red 64 ◦ green 224 ◦ blue 150

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

Shades of Shamrock #40E096

Tints of Shamrock #40E096

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.14%

 BLUE value IS 150 (58.98% from 255) = 34.25%

R = 14.61%
G = 51.14%
B = 34.25%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#40E096 (or 0x40E096) is known color: Shamrock. HEX triplet: 40, E0 and 96. RGB value is (64,224,150). Sum of RGB (Red+Green+Blue) = 64+224+150=438 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.61% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #40E096 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40E096 is #BF1F69. Grayscale: #A7A7A7. Windows color (decimal): -12525418 or 9887808. OLE color: 9887808.

HSL color Cylindrical-coordinate representation of color #40E096: hue angle of 152.25º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40E096 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 224 150 -
CMYK 0.71 0 0.33 0.12
HSL 152.25º 0.72% 0.56% -
HSV(B) 152.25º 0.71% 0.88% -
XYZ 34.28 56.6 37.97 -
YUV 167.72 117.99 54.02 -
System Red Green Blue C M Y K H S L
Decimal 64 224 150 0.71 0 0.33 0.12 152.25 0.72 0.56
Hex 40 E0 96 47 0 21 C 98 48 38
Octal 100 340 226 107 0 41 14 230 110 70
Binary 1000000 11100000 10010110 1000111 0 100001 1100 10011000 1001000 111000

Color Harmonies of #40E096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E096

Black with #40E096

Text Example


Text Example

White with #40E096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,224,150); }

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

background-color css

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

 a { background-color: rgb(64,224,150); }

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

border-color css

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

 span { border-color: rgb(64,224,150); }

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