#94DDAA

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

Shades of Chinook #94DDAA

Tints of Chinook #94DDAA

Color information

#94DDAA (or 0x94DDAA) is unknown color: approx Chinook. HEX triplet: 94, DD and AA. RGB value is (148,221,170). Sum of RGB (Red+Green+Blue) = 148+221+170=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #94DDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DDAA is #6B2255. Grayscale: #C1C1C1. Windows color (decimal): -7021142 or 11197844. OLE color: 11197844.

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

Color convert

RGB148221170-
CMYK0.3300.230.13
HSL138.08º51.77%72.35%-
HSV(B)138.08º33.03%86.67%-
XYZ45.3260.9147.4-
YUV193.36114.8295.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.46%
GREEN value IS 221 (86.72% from 255) = 41.00%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=27.46%
G=41.00%
B=31.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1482211700.3300.230.13138.0851.7772.35
Hex94DDAA21017D8a3448
Octal224335252410271521264110
Binary1001010011011101101010101000010101111101100010101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,221,170); }

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

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

 a { background-color: rgb(148,221,170); }

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

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

 span { border-color: rgb(148,221,170); }

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