#94D7A7

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

Shades of Chinook #94D7A7

Tints of Chinook #94D7A7

Color information

#94D7A7 (or 0x94D7A7) is unknown color: approx Chinook. HEX triplet: 94, D7 and A7. RGB value is (148,215,167). Sum of RGB (Red+Green+Blue) = 148+215+167=530 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.92% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 167 (65.62% from 255 or 31.51% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #94D7A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D7A7 is #6B2858. Grayscale: #BDBDBD. Windows color (decimal): -7022681 or 10999700. OLE color: 10999700.

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

Color convert

RGB148215167-
CMYK0.3100.220.16
HSL137.01º45.58%71.18%-
HSV(B)137.01º31.16%84.31%-
XYZ43.4957.6945.4-
YUV189.5115.398.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.92%
GREEN value IS 215 (84.38% from 255) = 40.57%
BLUE value IS 167 (65.62% from 255) = 31.51%
R=27.92%
G=40.57%
B=31.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482151670.3100.220.16137.0145.5871.18
Hex94D7A71F01610892e47
Octal224327247370262021156107
Binary1001010011010111101001111111101011010000100010011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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