Html Css Color HEX #40C093 Shamrock

📋 copy color: '#40C093'

red 64 ◦ green 192 ◦ blue 147

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

Shades of Shamrock #40C093

Tints of Shamrock #40C093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.48%

R = 15.88%
G = 47.64%
B = 36.48%

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

#40C093 (or 0x40C093) is known color: Shamrock. HEX triplet: 40, C0 and 93. RGB value is (64,192,147). Sum of RGB (Red+Green+Blue) = 64+192+147=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #40C093 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C093 is #BF3F6C. Grayscale: #949494. Windows color (decimal): -12533613 or 9683008. OLE color: 9683008.

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

Color convert

RGB 64 192 147 -
CMYK 0.67 0 0.23 0.25
HSL 158.91º 0.5% 0.5% -
HSV(B) 158.91º 0.67% 0.75% -
XYZ 26.23 40.9 34.11 -
YUV 148.6 127.09 67.66 -
System Red Green Blue C M Y K H S L
Decimal 64 192 147 0.67 0 0.23 0.25 158.91 0.5 0.5
Hex 40 C0 93 43 0 17 19 9F 32 32
Octal 100 300 223 103 0 27 31 237 62 62
Binary 1000000 11000000 10010011 1000011 0 10111 11001 10011111 110010 110010

Color Harmonies of #40C093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C093

Black with #40C093

Text Example


Text Example

White with #40C093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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