#94D9A3

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

Shades of Chinook #94D9A3

Tints of Chinook #94D9A3

Color information

#94D9A3 (or 0x94D9A3) is unknown color: approx Chinook. HEX triplet: 94, D9 and A3. RGB value is (148,217,163). Sum of RGB (Red+Green+Blue) = 148+217+163=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D9A3 is #6B265C. Grayscale: #BEBEBE. Windows color (decimal): -7022173 or 10738068. OLE color: 10738068.

HSL color Cylindrical-coordinate representation of color #94D9A3: hue angle of 133.04º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94D9A3 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB148217163-
CMYK0.3200.250.15
HSL133.04º47.59%71.57%-
HSV(B)133.04º31.8%85.1%-
XYZ43.6458.5743.65-
YUV190.21112.6497.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.03%
GREEN value IS 217 (85.16% from 255) = 41.10%
BLUE value IS 163 (64.06% from 255) = 30.87%
R=28.03%
G=41.10%
B=30.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482171630.3200.250.15133.0447.5971.57
Hex94D9A320019F853048
Octal224331243400311720560110
Binary1001010011011001101000111000000110011111100001011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D9A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,217,163); }

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

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

 a { background-color: rgb(148,217,163); }

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

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

 span { border-color: rgb(148,217,163); }

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