#94DEA9

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

Shades of Chinook #94DEA9

Tints of Chinook #94DEA9

Color information

#94DEA9 (or 0x94DEA9) is unknown color: approx Chinook. HEX triplet: 94, DE and A9. RGB value is (148,222,169). Sum of RGB (Red+Green+Blue) = 148+222+169=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 169 (66.41% from 255 or 31.35% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #94DEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DEA9 is #6B2156. Grayscale: #C1C1C1. Windows color (decimal): -7020887 or 11132564. OLE color: 11132564.

HSL color Cylindrical-coordinate representation of color #94DEA9: hue angle of 137.03º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DEA9 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB148222169-
CMYK0.3300.240.13
HSL137.03º52.86%72.55%-
HSV(B)137.03º33.33%87.06%-
XYZ45.561.446.99-
YUV193.83113.9895.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.46%
GREEN value IS 222 (87.11% from 255) = 41.19%
BLUE value IS 169 (66.41% from 255) = 31.35%
R=27.46%
G=41.19%
B=31.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1482221690.3300.240.13137.0352.8672.55
Hex94DEA921018D893549
Octal224336251410301521165111
Binary1001010011011110101010011000010110001101100010011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94DEA9; }

 p { color: rgb(148,222,169); }

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

<style>
 a { background-color: #94DEA9; }

 a { background-color: rgb(148,222,169); }

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

<style>
 span { border-color: #94DEA9; }

 span { border-color: rgb(148,222,169); }

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