#94D7A1

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

Shades of Chinook #94D7A1

Tints of Chinook #94D7A1

Color information

#94D7A1 (or 0x94D7A1) is unknown color: approx Chinook. HEX triplet: 94, D7 and A1. RGB value is (148,215,161). Sum of RGB (Red+Green+Blue) = 148+215+161=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 161 (63.28% from 255 or 30.73% from 524); Max value from RGB is 215 - color contains mainly: green. Hex color #94D7A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D7A1 is #6B285E. Grayscale: #BCBCBC. Windows color (decimal): -7022687 or 10606484. OLE color: 10606484.

HSL color Cylindrical-coordinate representation of color #94D7A1: hue angle of 131.64º degrees, saturation: 0.46, 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 #94D7A1 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB148215161-
CMYK0.3100.250.16
HSL131.64º45.58%71.18%-
HSV(B)131.64º31.16%84.31%-
XYZ42.9557.4742.55-
YUV188.81112.398.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.24%
GREEN value IS 215 (84.38% from 255) = 41.03%
BLUE value IS 161 (63.28% from 255) = 30.73%
R=28.24%
G=41.03%
B=30.73%

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
Decimal1482151610.3100.250.16131.6445.5871.18
Hex94D7A11F01910842e47
Octal224327241370312020456107
Binary1001010011010111101000011111101100110000100001001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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