#94D6A1

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

Shades of Chinook #94D6A1

Tints of Chinook #94D6A1

Color information

#94D6A1 (or 0x94D6A1) is unknown color: approx Chinook. HEX triplet: 94, D6 and A1. RGB value is (148,214,161). Sum of RGB (Red+Green+Blue) = 148+214+161=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #94D6A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D6A1 is #6B295E. Grayscale: #BCBCBC. Windows color (decimal): -7022943 or 10606228. OLE color: 10606228.

HSL color Cylindrical-coordinate representation of color #94D6A1: hue angle of 131.82º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D6A1 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB148214161-
CMYK0.3100.250.16
HSL131.82º44.59%70.98%-
HSV(B)131.82º30.84%83.92%-
XYZ42.6956.9642.46-
YUV188.22112.6399.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.30%
GREEN value IS 214 (83.98% from 255) = 40.92%
BLUE value IS 161 (63.28% from 255) = 30.78%
R=28.30%
G=40.92%
B=30.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482141610.3100.250.16131.8244.5970.98
Hex94D6A11F01910842d47
Octal224326241370312020455107
Binary1001010011010110101000011111101100110000100001001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,214,161); }

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

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

 a { background-color: rgb(148,214,161); }

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

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

 span { border-color: rgb(148,214,161); }

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