Html Css Color HEX #40C08A Shamrock

📋 copy color: '#40C08A'

red 64 ◦ green 192 ◦ blue 138

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

Shades of Shamrock #40C08A

Tints of Shamrock #40C08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.03%

R = 16.24%
G = 48.73%
B = 35.03%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#40C08A (or 0x40C08A) is known color: Shamrock. HEX triplet: 40, C0 and 8A. RGB value is (64,192,138). Sum of RGB (Red+Green+Blue) = 64+192+138=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #40C08A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C08A is #BF3F75. Grayscale: #939393. Windows color (decimal): -12533622 or 9093184. OLE color: 9093184.

HSL color Cylindrical-coordinate representation of color #40C08A: hue angle of 154.69º 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 #40C08A is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 192 138 -
CMYK 0.67 0 0.28 0.25
HSL 154.69º 0.5% 0.5% -
HSV(B) 154.69º 0.67% 0.75% -
XYZ 25.55 40.62 30.54 -
YUV 147.57 122.59 68.39 -
System Red Green Blue C M Y K H S L
Decimal 64 192 138 0.67 0 0.28 0.25 154.69 0.5 0.5
Hex 40 C0 8A 43 0 1C 19 9B 32 32
Octal 100 300 212 103 0 34 31 233 62 62
Binary 1000000 11000000 10001010 1000011 0 11100 11001 10011011 110010 110010

Color Harmonies of #40C08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C08A

Black with #40C08A

Text Example


Text Example

White with #40C08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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