#93DE9D

Color #93DE9D Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #93DE9D

Tints of Chinook #93DE9D

Color information

#93DE9D (or 0x93DE9D) is unknown color: approx Chinook. HEX triplet: 93, DE and 9D. RGB value is (147,222,157). Sum of RGB (Red+Green+Blue) = 147+222+157=526 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.95% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #93DE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DE9D is #6C2162. Grayscale: #C0C0C0. Windows color (decimal): -7086435 or 10346131. OLE color: 10346131.

HSL color Cylindrical-coordinate representation of color #93DE9D: hue angle of 128º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93DE9D is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB147222157-
CMYK0.3400.290.13
HSL128º53.19%72.35%-
HSV(B)128º33.78%87.06%-
XYZ44.2460.8841.32-
YUV192.16108.1595.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.95%
GREEN value IS 222 (87.11% from 255) = 42.21%
BLUE value IS 157 (61.72% from 255) = 29.85%
R=27.95%
G=42.21%
B=29.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472221570.3400.290.1312853.1972.35
Hex93DE9D2201DD803548
Octal223336235420351520065110
Binary1001001111011110100111011000100111011101100000001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93DE9D; }

 p { color: rgb(147,222,157); }

 H1.HeaderClassName
 {
   color: #93DE9D;
 }
 .AnyTagClassName
 {
   color: #93DE9D;
 }
</style>
background-color css

<style>
 a { background-color: #93DE9D; }

 a { background-color: rgb(147,222,157); }

 div.DivClassName
 {
   background-color: #93DE9D;
 }
 .BgClassName
 {
   background-color: #93DE9D;
 }
</style>
border-color css

<style>
 span { border-color: #93DE9D; }

 span { border-color: rgb(147,222,157); }

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