#94D19D

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

Shades of Chinook #94D19D

Tints of Chinook #94D19D

Color information

#94D19D (or 0x94D19D) is unknown color: approx Chinook. HEX triplet: 94, D1 and 9D. RGB value is (148,209,157). Sum of RGB (Red+Green+Blue) = 148+209+157=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 209 - color contains mainly: green. Hex color #94D19D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D19D is #6B2E62. Grayscale: #B8B8B8. Windows color (decimal): -7024227 or 10342804. OLE color: 10342804.

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

Color convert

RGB148209157-
CMYK0.2900.250.18
HSL128.85º39.87%70%-
HSV(B)128.85º29.19%81.96%-
XYZ41.154.3340.22-
YUV184.83112.29101.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.79%
GREEN value IS 209 (82.03% from 255) = 40.66%
BLUE value IS 157 (61.72% from 255) = 30.54%
R=28.79%
G=40.66%
B=30.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1482091570.2900.250.18128.8539.8770
Hex94D19D1D01912812846
Octal224321235350312220150106
Binary1001010011010001100111011110101100110010100000011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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