#94D9A2

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

Shades of Chinook #94D9A2

Tints of Chinook #94D9A2

Color information

#94D9A2 (or 0x94D9A2) is unknown color: approx Chinook. HEX triplet: 94, D9 and A2. RGB value is (148,217,162). Sum of RGB (Red+Green+Blue) = 148+217+162=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D9A2 is #6B265D. Grayscale: #BEBEBE. Windows color (decimal): -7022174 or 10672532. OLE color: 10672532.

HSL color Cylindrical-coordinate representation of color #94D9A2: hue angle of 132.17º 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 #94D9A2 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB148217162-
CMYK0.3200.250.15
HSL132.17º47.59%71.57%-
HSV(B)132.17º31.8%85.1%-
XYZ43.5558.5343.18-
YUV190.1112.1497.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.08%
GREEN value IS 217 (85.16% from 255) = 41.18%
BLUE value IS 162 (63.67% from 255) = 30.74%
R=28.08%
G=41.18%
B=30.74%

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
Decimal1482171620.3200.250.15132.1747.5971.57
Hex94D9A220019F843048
Octal224331242400311720460110
Binary1001010011011001101000101000000110011111100001001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D9A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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