#94D39F

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

Shades of Chinook #94D39F

Tints of Chinook #94D39F

Color information

#94D39F (or 0x94D39F) is unknown color: approx Chinook. HEX triplet: 94, D3 and 9F. RGB value is (148,211,159). Sum of RGB (Red+Green+Blue) = 148+211+159=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 211 - color contains mainly: green. Hex color #94D39F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D39F is #6B2C60. Grayscale: #BABABA. Windows color (decimal): -7023713 or 10474388. OLE color: 10474388.

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

Color convert

RGB148211159-
CMYK0.3000.250.17
HSL130.48º41.72%70.39%-
HSV(B)130.48º29.86%82.75%-
XYZ41.7755.3941.29-
YUV186.24112.63100.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.57%
GREEN value IS 211 (82.81% from 255) = 40.73%
BLUE value IS 159 (62.5% from 255) = 30.69%
R=28.57%
G=40.73%
B=30.69%

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
Decimal1482111590.3000.250.17130.4841.7270.39
Hex94D39F1E01911822a46
Octal224323237360312120252106
Binary1001010011010011100111111111001100110001100000101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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