Html Css Color HEX #40D09F Shamrock

📋 copy color: '#40D09F'

red 64 ◦ green 208 ◦ blue 159

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

Shades of Shamrock #40D09F

Tints of Shamrock #40D09F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.26%

 BLUE value IS 159 (62.5% from 255) = 36.89%

R = 14.85%
G = 48.26%
B = 36.89%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#40D09F (or 0x40D09F) is known color: Shamrock. HEX triplet: 40, D0 and 9F. RGB value is (64,208,159). Sum of RGB (Red+Green+Blue) = 64+208+159=431 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.85% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #40D09F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D09F is #BF2F60. Grayscale: #9F9F9F. Windows color (decimal): -12529505 or 10473536. OLE color: 10473536.

HSL color Cylindrical-coordinate representation of color #40D09F: hue angle of 159.58º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D09F is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 208 159 -
CMYK 0.69 0 0.24 0.18
HSL 159.58º 0.61% 0.53% -
HSV(B) 159.58º 0.69% 0.82% -
XYZ 30.93 48.7 40.57 -
YUV 159.36 127.79 59.98 -
System Red Green Blue C M Y K H S L
Decimal 64 208 159 0.69 0 0.24 0.18 159.58 0.61 0.53
Hex 40 D0 9F 45 0 18 12 A0 3D 35
Octal 100 320 237 105 0 30 22 240 75 65
Binary 1000000 11010000 10011111 1000101 0 11000 10010 10100000 111101 110101

Color Harmonies of #40D09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D09F

Black with #40D09F

Text Example


Text Example

White with #40D09F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,208,159); }

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

background-color css

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

 a { background-color: rgb(64,208,159); }

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

border-color css

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

 span { border-color: rgb(64,208,159); }

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