#94d49f

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

Shades of Chinook #94D49F

Tints of Chinook #94D49F

Color information

#94D49F (or 0x94D49F) is unknown color: approx Chinook. HEX triplet: 94, D4 and 9F. RGB value is (148,212,159). Sum of RGB (Red+Green+Blue) = 148+212+159=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #94D49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D49F is #6B2B60. Grayscale: #BABABA. Windows color (decimal): -7023457 or 10474644. OLE color: 10474644.

HSL color Cylindrical-coordinate representation of color #94D49F: hue angle of 130.31º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D49F is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB148212159-
CMYK0.3000.250.17
HSL130.31º42.67%70.59%-
HSV(B)130.31º30.19%83.14%-
XYZ42.0155.8941.37-
YUV186.82112.3100.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.52%
GREEN value IS 212 (83.20% from 255) = 40.85%
BLUE value IS 159 (62.5% from 255) = 30.64%
R=28.52%
G=40.85%
B=30.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1482121590.3000.250.17130.3142.6770.59
Hex94D49F1E01911822b47
Octal224324237360312120253107
Binary1001010011010100100111111111001100110001100000101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94d49f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,212,159); }

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

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

 a { background-color: rgb(148,212,159); }

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

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

 span { border-color: rgb(148,212,159); }

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