#94D1A0

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

Shades of Chinook #94D1A0

Tints of Chinook #94D1A0

Color information

#94D1A0 (or 0x94D1A0) is unknown color: approx Chinook. HEX triplet: 94, D1 and A0. RGB value is (148,209,160). Sum of RGB (Red+Green+Blue) = 148+209+160=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #94D1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D1A0 is #6B2E5F. Grayscale: #B9B9B9. Windows color (decimal): -7024224 or 10539412. OLE color: 10539412.

HSL color Cylindrical-coordinate representation of color #94D1A0: hue angle of 131.8º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94D1A0 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB148209160-
CMYK0.2900.230.18
HSL131.8º39.87%70%-
HSV(B)131.8º29.19%81.96%-
XYZ41.3654.4341.58-
YUV185.18113.79101.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.63%
GREEN value IS 209 (82.03% from 255) = 40.43%
BLUE value IS 160 (62.89% from 255) = 30.95%
R=28.63%
G=40.43%
B=30.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1482091600.2900.230.18131.839.8770
Hex94D1A01D01712842846
Octal224321240350272220450106
Binary1001010011010001101000001110101011110010100001001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,209,160); }

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

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

 a { background-color: rgb(148,209,160); }

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

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

 span { border-color: rgb(148,209,160); }

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